diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 3b8c3749d4..927e4185e5 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.26165.109 + 10.0.0-beta.26172.102 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74728273b5..6bec109ed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 072d6624fe884a9d47a7b3202384e4894b46454c + 8aa2738d3bdb38df89821c66dd8a41b9b73dc174 diff --git a/global.json b/global.json index 5b59d260ec..3e0dfcaf5d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.104", + "version": "10.0.105", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.104" + "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26165.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26172.102" } }