diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fe9480e..885be3e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - eaa4673f2a82355f7cd2f1c1243578be2e961d0f + 9dbd4ef3347980e68875996239f3272efb85dd04 - + https://github.com/dotnet/arcade - eaa4673f2a82355f7cd2f1c1243578be2e961d0f + 9dbd4ef3347980e68875996239f3272efb85dd04 - + https://github.com/dotnet/arcade - eaa4673f2a82355f7cd2f1c1243578be2e961d0f + 9dbd4ef3347980e68875996239f3272efb85dd04 - + https://github.com/dotnet/arcade - eaa4673f2a82355f7cd2f1c1243578be2e961d0f + 9dbd4ef3347980e68875996239f3272efb85dd04 - + https://github.com/dotnet/arcade - eaa4673f2a82355f7cd2f1c1243578be2e961d0f + 9dbd4ef3347980e68875996239f3272efb85dd04 https://github.com/dotnet/arcade-services diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 423bd962..395b43ee 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -573,7 +573,7 @@ function InitializeBuildTool() { ExitWithExitCode 1 } $dotnetPath = Join-Path $dotnetRoot (GetExecutableFileName 'dotnet') - $buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'netcoreapp3.1' } + $buildTool = @{ Path = $dotnetPath; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'net7.0' } } elseif ($msbuildEngine -eq "vs") { try { $msbuildPath = InitializeVisualStudioMSBuild -install:$restore diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 17f0a365..c110d0ed 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -312,7 +312,7 @@ function InitializeBuildTool { # return values _InitializeBuildTool="$_InitializeDotNetCli/dotnet" _InitializeBuildToolCommand="msbuild" - _InitializeBuildToolFramework="netcoreapp3.1" + _InitializeBuildToolFramework="net7.0" } # Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116 diff --git a/global.json b/global.json index 641849d2..e183af56 100644 --- a/global.json +++ b/global.json @@ -14,6 +14,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22322.3" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22323.2" } }