diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 72448447a93..00b568c5352 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,13 +6,13 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26310.111 - 2.0.10 10.0.7 + 10.0.0-beta.26311.111 10.0.7 10.0.7 10.0.7 10.0.7 + 2.0.10 10.0.7 10.0.7 10.0.7 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7cff58b771f..60258d7b1a4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -8,9 +8,9 @@ - + https://github.com/dotnet/dotnet - e8558e6339cd4fccd998b5cdecb76eeb6ec75363 + bceb742e0ae38fdec84a110e5560e2b6396d9eeb diff --git a/global.json b/global.json index 114bb517f99..5fa89e6c7bb 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,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.300" + "dotnet": "10.0.301" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26310.111" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.111" } }