diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5551baae941..0ffdb5d9c70 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,14 +29,14 @@ - + https://github.com/dotnet/arcade - e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e + b1e52f70fee51ea06ca106d07aec876c68b7d113 - + https://github.com/dotnet/arcade - e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e + b1e52f70fee51ea06ca106d07aec876c68b7d113 diff --git a/global.json b/global.json index 5908a39dbaf..0102f6a7e56 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.100-rtm.23506.1", + "dotnet": "8.0.100", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppRefPackageVersion)" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23563.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23564.3" } }