diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 9444e61cd..811b429c8 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -152,29 +152,29 @@
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
-
+
https://github.com/dotnet/arcade
- 6404baed798af89accd98219614e6c90c153cd8c
+ f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
diff --git a/eng/Versions.props b/eng/Versions.props
index ae43af8ab..01ce55176 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -12,8 +12,8 @@
- 9.0.0-beta.25475.3
- 9.0.0-beta.25475.3
+ 9.0.0-beta.25503.3
+ 9.0.0-beta.25503.3
4.5.0
4.9.0
diff --git a/eng/common/post-build/nuget-verification.ps1 b/eng/common/post-build/nuget-verification.ps1
index a365194a9..ac5c69ffc 100644
--- a/eng/common/post-build/nuget-verification.ps1
+++ b/eng/common/post-build/nuget-verification.ps1
@@ -30,7 +30,7 @@
[CmdletBinding(PositionalBinding = $false)]
param(
[string]$NuGetExePath,
- [string]$PackageSource = "https://api.nuget.org/v3/index.json",
+ [string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
[string]$DownloadPath,
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$args
diff --git a/global.json b/global.json
index 5d6fd1d9f..5bc1b3983 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "9.0.110"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
- "Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25475.3",
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
+ "Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.25503.3",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}