diff --git a/NuGet.config b/NuGet.config index bf6f3a85bfa..03a2d9eabbf 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,9 +10,11 @@ + + @@ -33,8 +35,10 @@ - - + + + + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 613133b5c0b..92a6933e974 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26216.121 - 10.0.0-beta.26216.121 + 10.0.0-beta.26270.102 + 10.0.0-beta.26270.102 0.11.5-alpha.26070.104 - 10.0.0-beta.26216.121 + 10.0.0-beta.26270.102 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26216.121 + 10.0.301-servicing.26270.102 10.0.3 - 10.0.300-preview.26216.121 + 10.0.301 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e9ab80c26a..2704bdd8862 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 2970f74d535c31d8ad587c8127796c72f29bfcee https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 2970f74d535c31d8ad587c8127796c72f29bfcee - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 2970f74d535c31d8ad587c8127796c72f29bfcee - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 2970f74d535c31d8ad587c8127796c72f29bfcee https://github.com/dotnet/xharness 92962e5c46ac08a66ded4c5696209cc60f1a232f - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 2970f74d535c31d8ad587c8127796c72f29bfcee diff --git a/global.json b/global.json index 5a1a6bf7167..40583aca3c5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.0.26216.121", + "version": "10.0.301-servicing.26270.102", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,9 +8,9 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.300-preview.0.26216.121" + "dotnet": "10.0.301-servicing.26270.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.121" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26270.102" } }