diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 29cc2d2400d..71958506222 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.26227.122 + 10.0.0-beta.26227.122 0.11.5-alpha.26070.104 - 10.0.0-beta.26216.121 + 10.0.0-beta.26227.122 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.0.26216.121 + 10.0.301-servicing.26227.122 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 8c06ab691cb..07fa9742b73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 40451fd17068c5428329f3807cd854e3a9a5a3c4 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 40451fd17068c5428329f3807cd854e3a9a5a3c4 - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 40451fd17068c5428329f3807cd854e3a9a5a3c4 - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 40451fd17068c5428329f3807cd854e3a9a5a3c4 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - e43cbe04901ea4cf359ed0883b0533abab224ba2 + 40451fd17068c5428329f3807cd854e3a9a5a3c4 diff --git a/global.json b/global.json index 5a1a6bf7167..d8498fd1007 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.26227.122", "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.26227.122" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26216.121" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26227.122" } }