diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d73508d663c..5dd1b9d48b4 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -60,17 +60,17 @@
-
+
https://github.com/dotnet/arcade
- 80264e60280e2815e7d65871081ccac04a32445c
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 80264e60280e2815e7d65871081ccac04a32445c
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
-
+
https://github.com/dotnet/arcade
- 80264e60280e2815e7d65871081ccac04a32445c
+ e5b13e054339e41d422212a0ecaf24fec20cb5a1
diff --git a/eng/Versions.props b/eng/Versions.props
index fb33afe6af1..20132efb93b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -33,7 +33,7 @@
8.0.8-servicing.24366.12
- 8.0.0-beta.24426.2
+ 8.0.0-beta.24508.1
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index eb188cfda41..a2dedaa5297 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 528c6ba8045..ad0cc5b67aa 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "8.0.108",
+ "version": "8.0.110",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
- "dotnet": "8.0.108",
+ "dotnet": "8.0.110",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24426.2",
- "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24426.2"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24508.1",
+ "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24508.1"
}
}