diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index e9852d79c36..9c7670ec563 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -71,19 +71,19 @@
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
https://github.com/nuget/nuget.client
@@ -98,9 +98,9 @@
19c9b9eb00ae9afa7bedb10bd6be06bb41a880f6
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
diff --git a/eng/Versions.props b/eng/Versions.props
index 222dd4ab8ea..bacd0318abe 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -61,7 +61,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
- 9.0.0-beta.25077.4
+ 9.0.0-beta.25111.5
4.14.0-2.25111.1
6.13.0-rc.113
diff --git a/global.json b/global.json
index eaefaede835..ee7246df20f 100644
--- a/global.json
+++ b/global.json
@@ -3,13 +3,13 @@
"allowPrerelease": true
},
"tools": {
- "dotnet": "9.0.102",
+ "dotnet": "9.0.103",
"vs": {
"version": "17.12.0"
},
"xcopy-msbuild": "17.12.0"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5"
}
}