diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8d8614019a1..a83970585ea 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -60,17 +60,17 @@
-
+
https://github.com/dotnet/arcade
- 3edea53c9b10e4bc63de863d71a05d47d9bb5b69
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- 3edea53c9b10e4bc63de863d71a05d47d9bb5b69
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- 3edea53c9b10e4bc63de863d71a05d47d9bb5b69
+ 6544413e02741855b701468aa8afc6cf8ca62c72
diff --git a/eng/Versions.props b/eng/Versions.props
index 1a8b242e2b7..e3645257773 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -33,7 +33,7 @@
8.0.21-servicing.25475.13
- 8.0.0-beta.25504.1
+ 8.0.0-beta.25515.1
diff --git a/global.json b/global.json
index 5446e45cba8..b64fdb8925f 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "8.0.120",
+ "version": "8.0.121",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
- "dotnet": "8.0.120",
+ "dotnet": "8.0.121",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25504.1",
- "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25504.1"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
+ "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25515.1"
}
}