diff --git a/eng/Version.Details.props b/eng/Version.Details.props index d9b4f5e785..b59d834239 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.26222.2 + 10.0.0-beta.26255.9 18.0.2 18.0.2 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fc9f04706..94848e5352 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - 58713cb9a664ed67642127fcaf70b8c0c3b55ef2 + 658b93f2d1c0cdcdfb9c70113ff3c292cde97adb https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/global.json b/global.json index 6c8b842432..9f7e25d61f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.106", + "version": "10.0.107", "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.106", + "dotnet": "10.0.107", "vs": { "version": "17.8", "components": [ @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26222.2", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26255.9", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } }