diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b1c6d7400dc4..c55b4664e48f 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -388,31 +388,31 @@
https://github.com/dotnet/winforms
9b822fd70005bf5632d12fe76811b97b3dd044e4
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
-
+
https://github.com/dotnet/arcade
- 9b9436a55a49bd58acb8ae95a57ad2185da26805
+ 69a6ee9b0f059a101093ebd06560f68ce797358b
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index 1d986730c2ec..7aedca7c7bbb 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -165,10 +165,10 @@
6.2.4
6.2.4
- 9.0.0-beta.26070.1
- 9.0.0-beta.26070.1
- 9.0.0-beta.26070.1
- 9.0.0-beta.26070.1
+ 9.0.0-beta.26106.3
+ 9.0.0-beta.26106.3
+ 9.0.0-beta.26106.3
+ 9.0.0-beta.26106.3
9.0.0-alpha.1.24575.1
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index 0e5458e1f46c..d943748ac10e 100644
--- a/eng/common/core-templates/job/source-build.yml
+++ b/eng/common/core-templates/job/source-build.yml
@@ -65,7 +65,7 @@ jobs:
demands: ImageOverride -equals build.ubuntu.2004.amd64
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
- image: Azure-Linux-3-Amd64
+ image: build.azurelinux.3.amd64
os: linux
${{ else }}:
pool:
diff --git a/global.json b/global.json
index 580f000d1bfb..32e099e4f46d 100644
--- a/global.json
+++ b/global.json
@@ -27,7 +27,7 @@
"jdk": "latest"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26070.1"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26106.3",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26106.3"
}
}