diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e8cb9df183..2990dbbbd0 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.0.0-preview-25476-03 18.0.0-preview-25476-03 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84b03e4fd7..d5361294a9 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 a665ac7419..49cd90f708 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", + "version": "10.0.105", "allowPrerelease": true, "paths": [ ".dotnet", @@ -9,7 +9,7 @@ "errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh." }, "tools": { - "dotnet": "10.0.104", + "dotnet": "10.0.105", "vs": { "version": "17.8", "components": [ @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "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" } }