Skip to content

Commit 77d992a

Browse files
committed
Revert the minimum version as we didn't ship that version and update the package version directly
I didn't change the logic further as I didn't want to risk impacting source build or other scenarios.
1 parent 1135be8 commit 77d992a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
so target one that matches the version in minimumMSBuildVersion.
115115
116116
This avoids the need to juggle references to packages that have been updated in newer MSBuild. -->
117-
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
117+
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">17.4.6</MicrosoftBuildPackageVersion>
118118
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
119119
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
120120
<MicrosoftBuildLocalizationPackageVersion>17.7.4-preview-23476-01</MicrosoftBuildLocalizationPackageVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.4.6
1+
17.4.0

0 commit comments

Comments
 (0)