From 38be1b1ed87352079d0422fdf5c3d3a19286471c Mon Sep 17 00:00:00 2001
From: Forgind <12969783+Forgind@users.noreply.github.com>
Date: Fri, 24 Mar 2023 16:42:13 -0700
Subject: [PATCH] Change property name (#15907)
This means the package version property won't collide with MicrosoftNetCompilersToolsetPackageVersion, which is already in use for another package, albeit the core version of the same package.
---
src/redist/targets/GenerateBundledVersions.targets | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index c26ce129b..4255356ef 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -351,7 +351,7 @@ Copyright (c) .NET Foundation. All rights reserved.
%24([MSBuild]::NormalizePath('%24(MSBuildThisFileDirectory)..\..\'))
%24([MSBuild]::EnsureTrailingSlash('%24(NetCoreRoot)'))packs
- $(MicrosoftNetCompilersToolsetPackageVersion)
+ $(MicrosoftNetCompilersToolsetPackageVersion)
$(_NETCoreAppTargetFrameworkVersion)
$(_NETCoreAppTargetFrameworkVersion)
$(_NETCoreAppPackageVersion)