diff --git a/NuGet.config b/NuGet.config
index 1ccd39949f02..fe77d3b5cec8 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -7,9 +7,17 @@
+
+
+
+
+
+
+
+
-
+
@@ -36,6 +44,14 @@
+
+
+
+
+
+
+
+
@@ -45,7 +61,7 @@
-
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index eadef3782912..645a7e7801cc 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -376,26 +376,26 @@
https://github.com/dotnet/winforms
abda8e3bfa78319363526b5a5f86863ec979940e
-
+
https://github.com/dotnet/arcade
- 103916ccdbe7f4ab2e194068a1a3cd330542601f
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 103916ccdbe7f4ab2e194068a1a3cd330542601f
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 103916ccdbe7f4ab2e194068a1a3cd330542601f
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 103916ccdbe7f4ab2e194068a1a3cd330542601f
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 103916ccdbe7f4ab2e194068a1a3cd330542601f
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index 0e5104d2ebd0..c06be982d538 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -162,9 +162,9 @@
6.2.4
6.2.4
- 8.0.0-beta.24504.2
- 8.0.0-beta.24504.2
- 8.0.0-beta.24504.2
+ 8.0.0-beta.24508.1
+ 8.0.0-beta.24508.1
+ 8.0.0-beta.24508.1
8.0.0-alpha.1.24379.1
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index eb188cfda415..a2dedaa5297a 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -892,7 +892,7 @@ function IsWindowsPlatform() {
}
function Get-Darc($version) {
- $darcPath = "$TempDir\darc\$(New-Guid)"
+ $darcPath = "$TempDir\darc\$([guid]::NewGuid())"
if ($version -ne $null) {
& $PSScriptRoot\darc-init.ps1 -toolpath $darcPath -darcVersion $version | Out-Host
} else {
diff --git a/global.json b/global.json
index 4c706ad995e3..6f596ec7c945 100644
--- a/global.json
+++ b/global.json
@@ -27,7 +27,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.19",
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24504.2",
- "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24504.2"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24508.1",
+ "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24508.1"
}
}