diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4e0683185d6..f77cac23edc 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -66,9 +66,9 @@
-
+
https://github.com/dotnet/arcade
- 61ae141d2bf3534619265c8f691fd55dc3e75147
+ 888985fb9a9ae4cb30bca75f98af9126c839e660
@@ -85,9 +85,9 @@
ebb588725e707db23d8723b633258e7eb918277b
-
+
https://github.com/dotnet/arcade
- 61ae141d2bf3534619265c8f691fd55dc3e75147
+ 888985fb9a9ae4cb30bca75f98af9126c839e660
diff --git a/eng/Versions.props b/eng/Versions.props
index ea2640c13c3..272bb34097c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -49,7 +49,7 @@
Otherwise, this version of dotnet will not be installed and the build will error out. -->
$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))
4.2.0-1.22102.8
- 8.0.0-beta.24059.4
+ 8.0.0-beta.24060.4
7.0.0
6.0.0
4.9.0-3.23629.3
diff --git a/global.json b/global.json
index de399b70882..111f7c04db7 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"xcopy-msbuild": "17.8.1-2"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24059.4"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24060.4"
}
}