diff --git a/src/SourceBuild/content/eng/Version.Details.xml b/src/SourceBuild/content/eng/Version.Details.xml
index 28584481b..94046ba35 100644
--- a/src/SourceBuild/content/eng/Version.Details.xml
+++ b/src/SourceBuild/content/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- d5b02a4900c4d521cb48b8f0d7e3f28175268f7c
+ 2fb543a45580400a559b5ae41c96a815ea14dac5
diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props
index 9884e085c..6f096b470 100644
--- a/src/SourceBuild/content/eng/Versions.props
+++ b/src/SourceBuild/content/eng/Versions.props
@@ -22,8 +22,8 @@
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
are not necessary, and this property is removed from the file.
-->
- 9.0.100-preview.2.24154.1-1
- 9.0.100-preview.2.24154.1-1
+ 9.0.100-preview.2.24104.1
+ 9.0.100-preview.2.24104.1
15.7.179
diff --git a/src/SourceBuild/content/global.json b/src/SourceBuild/content/global.json
index 8ef258521..593a57a50 100644
--- a/src/SourceBuild/content/global.json
+++ b/src/SourceBuild/content/global.json
@@ -1,10 +1,10 @@
{
"tools": {
- "dotnet": "9.0.100-preview.2.24154.2"
+ "dotnet": "9.0.100-preview.2.24103.2"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0",
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24114.1"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24102.4"
}
}