diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0958915351a0..7c6cb791abda 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -388,31 +388,31 @@
https://github.com/dotnet/winforms
382ad3e43a8e9c81fbb738940a33cdc0f6442a59
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
-
+
https://github.com/dotnet/arcade
- 8fe02bab989df1265eee225df2c28af6dbdccc83
+ 9b24668b7196b9639e60770465683cf81465d89a
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index 0f8a4eec7a23..097bbd177649 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -165,10 +165,10 @@
6.2.4
6.2.4
- 9.0.0-beta.24416.2
- 9.0.0-beta.24416.2
- 9.0.0-beta.24416.2
- 9.0.0-beta.24416.2
+ 9.0.0-beta.24421.2
+ 9.0.0-beta.24421.2
+ 9.0.0-beta.24421.2
+ 9.0.0-beta.24421.2
10.0.0-alpha.1.24415.1
@@ -336,4 +336,4 @@
1.10.93
1.2.3
-
\ No newline at end of file
+
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1
index 2b0a5c9e6655..5db4ad71ee2f 100644
--- a/eng/common/SetupNugetSources.ps1
+++ b/eng/common/SetupNugetSources.ps1
@@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
}
-$dotnetVersions = @('5','6','7','8')
+$dotnetVersions = @('5','6','7','8','9')
foreach ($dotnetVersion in $dotnetVersions) {
$feedPrefix = "dotnet" + $dotnetVersion;
diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh
index b493479a1daf..4604b61b0323 100755
--- a/eng/common/SetupNugetSources.sh
+++ b/eng/common/SetupNugetSources.sh
@@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
PackageSources+=('dotnet3.1-internal-transport')
fi
-DotNetVersions=('5' '6' '7' '8')
+DotNetVersions=('5' '6' '7' '8' '9')
for DotNetVersion in ${DotNetVersions[@]} ; do
FeedPrefix="dotnet${DotNetVersion}";
diff --git a/global.json b/global.json
index 484730f0db09..6124cb7fff2e 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "9.0.100-preview.7.24371.4"
+ "version": "9.0.100-preview.7.24407.12"
},
"tools": {
- "dotnet": "9.0.100-preview.7.24371.4",
+ "dotnet": "9.0.100-preview.7.24407.12",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -27,7 +27,7 @@
"jdk": "11"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24416.2",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24416.2"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.2",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24421.2"
}
}