diff --git a/NuGet.config b/NuGet.config
index 02a4c598f66..7f77f8201a8 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -5,6 +5,11 @@
+
+
+
+
+
@@ -21,6 +26,11 @@
+
+
+
+
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4e5e3a95414..144debb622a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,17 +67,17 @@
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
-
+
https://github.com/dotnet/arcade
- bac7e1caea791275b7c3ccb4cb75fd6a04a26618
+ 5da211e1c42254cb35e7ef3d5a8428fb24853169
diff --git a/eng/Versions.props b/eng/Versions.props
index e749d3ea77c..a1e107c2afe 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -34,7 +34,7 @@
9.0.2
- 9.0.0-beta.25077.4
+ 9.0.0-beta.25111.5
17.8.3
diff --git a/eng/common/templates-official/post-build/common-variables.yml b/eng/common/templates-official/post-build/common-variables.yml
index fbeca86bd4c..c32fc49233f 100644
--- a/eng/common/templates-official/post-build/common-variables.yml
+++ b/eng/common/templates-official/post-build/common-variables.yml
@@ -5,4 +5,4 @@ variables:
is1ESPipeline: true
${{ each parameter in parameters }}:
- ${{ parameter.key }}: ${{ parameter.value }}
+ ${{ parameter.key }}: ${{ parameter.value }}
\ No newline at end of file
diff --git a/global.json b/global.json
index cc2268259a4..cef1e89094a 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "9.0.102",
+ "version": "9.0.103",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
- "dotnet": "9.0.102",
+ "dotnet": "9.0.103",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25077.4"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25111.5"
}
}