diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index f885d76a9..6b6a60173 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- c85f9aceddaf85296e3efbc463daaa34fef5a375
+ 9b9436a55a49bd58acb8ae95a57ad2185da26805
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index 1037ccedc..0e5458e1f 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: 1es-azurelinux-3
+ image: Azure-Linux-3-Amd64
os: linux
${{ else }}:
pool:
diff --git a/global.json b/global.json
index 1698e8383..fa07d02e3 100644
--- a/global.json
+++ b/global.json
@@ -1,14 +1,14 @@
{
"sdk": {
- "version": "9.0.112",
+ "version": "9.0.113",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "9.0.112"
+ "dotnet": "9.0.113"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26063.2",
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}