diff --git a/eng/Version.Details.props b/eng/Version.Details.props index bc868a632..a28b03689 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.26306.110 + 10.0.0-beta.26312.103 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b4ddb6ba..48d04e737 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 075b33c13177aed004ddbb1439410cc970601273 + e4cee613b82457afd92ddfce82a67dcaaa227a84 diff --git a/global.json b/global.json index dac6ea0c4..4d0e42573 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.301", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,10 +10,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.300" + "dotnet": "10.0.301" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26306.110", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26312.103", "Microsoft.Build.NoTargets": "3.7.0" } }