diff --git a/Directory.Build.props b/Directory.Build.props index 14a8d9d004bf..90b657484e81 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -38,11 +38,8 @@ $(SdkTargetFramework) net8.0 - - net8.0 - - $(SdkTargetFramework) + + $(SdkTargetFramework) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d80a564aea5c..93fb0b72f295 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,18 +69,18 @@ edf3e90fa25b1fc4f7f63ceb45ef70f49c6b121a - + https://github.com/dotnet/msbuild - 6bc91d5e2d3d8a199fdbe367ed015b55daf57046 + 01e53f4161996ce73408117d012f24c2c1737e58 - + https://github.com/dotnet/msbuild - 6bc91d5e2d3d8a199fdbe367ed015b55daf57046 + 01e53f4161996ce73408117d012f24c2c1737e58 - + https://github.com/dotnet/msbuild - 6bc91d5e2d3d8a199fdbe367ed015b55daf57046 + 01e53f4161996ce73408117d012f24c2c1737e58 diff --git a/eng/Versions.props b/eng/Versions.props index 18c89b5250f7..be5e317800ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -215,8 +215,8 @@ then use that in Directory.Packages.props. At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. --> - 17.12.0-preview-24407-03 - 17.12.0-preview-24407-03 + 17.12.0-preview-24429-01 + 17.12.0-preview-24429-01 $([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim()) diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj index 94beec920221..71d901b852af 100644 --- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj +++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj @@ -27,7 +27,7 @@ for Mac and other VS scenarios. During source-build, we only have access to the latest version, which targets NetCurrent. --> - $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net8.0\MSBuild.dll + $(PkgMicrosoft_Build_Runtime)\contentFiles\any\net9.0\MSBuild.dll $(PkgMicrosoft_Build_Runtime)\contentFiles\any\$(NetCurrent)\MSBuild.dll