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 b27dce760a04..3ac448d31703 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,18 +69,18 @@ 84d642485896a97e0e443be75345c6bb1469a338 - + https://github.com/dotnet/msbuild - c256bcca00827368c080b03b001cac2a2c82017f + b82694a16d4963b5765e36fdc89d270fa00dde8e - + https://github.com/dotnet/msbuild - c256bcca00827368c080b03b001cac2a2c82017f + b82694a16d4963b5765e36fdc89d270fa00dde8e - + https://github.com/dotnet/msbuild - c256bcca00827368c080b03b001cac2a2c82017f + b82694a16d4963b5765e36fdc89d270fa00dde8e diff --git a/eng/Versions.props b/eng/Versions.props index 026c599648e5..cedccd23abeb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -212,8 +212,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-24427-01 - 17.12.0-preview-24427-01 + 17.12.0-preview-24428-06 + 17.12.0-preview-24428-06 $([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