diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b8780031d6f..664f088eb44 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,17 +67,17 @@
-
+
https://github.com/dotnet/arcade
- 9eaf7b289d5003a94ee23658f057a6c06ddcd570
+ 6e2d8e204cebac7d3989c1996f96e5a9ed63fa80
-
+
https://github.com/dotnet/arcade
- 9eaf7b289d5003a94ee23658f057a6c06ddcd570
+ 6e2d8e204cebac7d3989c1996f96e5a9ed63fa80
-
+
https://github.com/dotnet/arcade
- 9eaf7b289d5003a94ee23658f057a6c06ddcd570
+ 6e2d8e204cebac7d3989c1996f96e5a9ed63fa80
diff --git a/eng/Versions.props b/eng/Versions.props
index a590b911001..47c6ed03b2a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -34,7 +34,7 @@
9.0.11
- 9.0.0-beta.25555.4
+ 9.0.0-beta.25562.4
17.8.43
diff --git a/global.json b/global.json
index 6b8f533ad0d..2b9a9a5500b 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "9.0.111",
+ "version": "9.0.112",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
- "dotnet": "9.0.111",
+ "dotnet": "9.0.112",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25555.4"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25562.4",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25562.4"
}
}