diff --git a/NuGet.config b/NuGet.config
index cabc4d8508a0..66f5d2f4634d 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,10 +4,8 @@
-
-
@@ -30,10 +28,8 @@
-
-
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1d68938b6adf..04603cababa0 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
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
-
+
https://github.com/dotnet/arcade
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
-
+
https://github.com/dotnet/arcade
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
-
+
https://github.com/dotnet/arcade
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
-
+
https://github.com/dotnet/arcade
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
-
+
https://github.com/dotnet/arcade
- f8c9a6d12e5a3b281661924da22d7de1cc6ab27d
+ 9eaf7b289d5003a94ee23658f057a6c06ddcd570
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index b0a16b5b99c5..af333ff4d48f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -166,10 +166,10 @@
6.2.4
6.2.4
- 9.0.0-beta.25503.3
- 9.0.0-beta.25503.3
- 9.0.0-beta.25503.3
- 9.0.0-beta.25503.3
+ 9.0.0-beta.25555.4
+ 9.0.0-beta.25555.4
+ 9.0.0-beta.25555.4
+ 9.0.0-beta.25555.4
9.0.0-alpha.1.24575.1
diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml
index a58c8a418e8a..6b5ff28cc706 100644
--- a/eng/common/core-templates/job/publish-build-assets.yml
+++ b/eng/common/core-templates/job/publish-build-assets.yml
@@ -145,6 +145,11 @@ jobs:
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
is1ESPipeline: ${{ parameters.is1ESPipeline }}
+ # Darc is targeting 8.0, so make sure it's installed
+ - task: UseDotNet@2
+ inputs:
+ version: 8.0.x
+
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml
index 2ee8bbfff545..221d1ac6de19 100644
--- a/eng/common/core-templates/post-build/post-build.yml
+++ b/eng/common/core-templates/post-build/post-build.yml
@@ -305,6 +305,11 @@ stages:
- task: NuGetAuthenticate@1
+ # Darc is targeting 8.0, so make sure it's installed
+ - task: UseDotNet@2
+ inputs:
+ version: 8.0.x
+
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/global.json b/global.json
index 665441c65a4f..41bef813da81 100644
--- a/global.json
+++ b/global.json
@@ -27,7 +27,7 @@
"jdk": "latest"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25555.4"
}
}