diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 8f801ee648..cdb20d2b35 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26164.1 + 10.0.0-beta.26168.1 18.6.0-preview-26163-03 18.6.0-preview-26163-03 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d2baff6d11..e21fcb36a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - e365cfcb58176841c2fb80d1a40926f394776970 + 3907f62e877e105b6196b1bd9c309203d6362a0a https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/global.json b/global.json index c692126378..1b2af8d425 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", + "version": "10.0.105", "allowPrerelease": true, "paths": [ ".dotnet", @@ -12,7 +12,7 @@ "runner": "Microsoft.Testing.Platform" }, "tools": { - "dotnet": "10.0.104", + "dotnet": "10.0.105", "vs": { "version": "18.0", "components": [ @@ -22,7 +22,7 @@ "xcopy-msbuild": "18.0.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26164.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26168.1", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } }