diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a6510700..230e3aa75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0 + 720af493900b2f2bdc48e9ee12577983a5c9be36 - + https://github.com/dotnet/arcade - a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0 + 720af493900b2f2bdc48e9ee12577983a5c9be36 - + https://github.com/dotnet/arcade - a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0 + 720af493900b2f2bdc48e9ee12577983a5c9be36 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 87b644061..5154a1fb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 7.0.0-beta.22462.6 + 7.0.0-beta.22464.4 diff --git a/global.json b/global.json index 2735d8bee..b1eb0b472 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-rc.1.22425.9", + "dotnet": "7.0.100-rc.1.22431.12", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22462.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22462.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22464.4", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22464.4" } }