Skip to content

Commit 5a892b3

Browse files
authored
Update minimum msbuild to 17.4 (#29416)
* Update minimum msbuild to 17.4 Updating the minimum version per this document: https://learn.microsoft.com/en-us/dotnet/core/porting/versioning-sdk-msbuild-vs#targeting-and-support-rules * try updating the msbuild location
1 parent 4780142 commit 5a892b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
for Mac and other VS scenarios. During source-build, we only have access to
2626
the latest version, which targets net7.0. -->
2727
<PropertyGroup>
28-
<MSBuildPathInPackage>$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net6.0\MSBuild.dll</MSBuildPathInPackage>
28+
<MSBuildPathInPackage>$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll</MSBuildPathInPackage>
2929
<MSBuildPathInPackage Condition="'$(DotNetBuildFromSource)' == 'true'">$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net7.0\MSBuild.dll</MSBuildPathInPackage>
3030
</PropertyGroup>
3131
<Error Condition="!Exists('$(MSBuildPathInPackage)')" Text="Something moved around in Microsoft.Build.Runtime, adjust code here accordingly." />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.3.0
1+
17.4.0

0 commit comments

Comments
 (0)