diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 06de1af9b1..516028aa18 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26305.116 - 2.0.8 - 10.0.8 + 10.0.0-beta.26311.111 + 2.0.9 + 10.0.9 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5d332ef87..46f805842c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,20 +1,20 @@ - + - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet - 94ea82652cdd4e0f8046b5bd5becbd11461482ca + 901ca941248413c79832d2fdbd709da0c4386353 - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet - 94ea82652cdd4e0f8046b5bd5becbd11461482ca + 901ca941248413c79832d2fdbd709da0c4386353 - + https://github.com/dotnet/dotnet - 4cf4b616005a9d7c61acf75d889b167b34acaa31 + bceb742e0ae38fdec84a110e5560e2b6396d9eeb diff --git a/global.json b/global.json index bf509e6b22..e02a4a86dd 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.26305.116", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.111", "Microsoft.Build.NoTargets": "3.7.0" } }