diff --git a/NuGet.config b/NuGet.config index dd0d127c085f..375ee513cb1f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,6 +13,7 @@ + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 1f410fe6089c..803d32d08737 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.26125.125 - 10.0.0-beta.26125.125 + 10.0.0-beta.26152.104 + 10.0.0-beta.26152.104 0.11.5-alpha.26070.104 - 10.0.0-beta.26125.125 + 10.0.0-beta.26152.104 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.26125.125 + 10.0.300-preview.26152.104 10.0.3 - 10.0.300-preview.26125.125 + 10.0.300-preview.26152.104 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90d670d06c31..ae63c445251d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 44cf8112b85b5d087e0384dd6451a1e708d7f50c + 938faf92928867a829fc5678ff93daf37821a3c5 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 44cf8112b85b5d087e0384dd6451a1e708d7f50c + 938faf92928867a829fc5678ff93daf37821a3c5 - + https://github.com/dotnet/dotnet - 44cf8112b85b5d087e0384dd6451a1e708d7f50c + 938faf92928867a829fc5678ff93daf37821a3c5 - + https://github.com/dotnet/dotnet - 44cf8112b85b5d087e0384dd6451a1e708d7f50c + 938faf92928867a829fc5678ff93daf37821a3c5 https://github.com/dotnet/xharness 3df2923500447ee925d59f026c81720c7a9b4e4b - + https://github.com/dotnet/dotnet - 44cf8112b85b5d087e0384dd6451a1e708d7f50c + 938faf92928867a829fc5678ff93daf37821a3c5 diff --git a/global.json b/global.json index 1a3eae32a341..dd2b9aa661c8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.26125.125", + "version": "10.0.300-preview.26152.104", "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.26125.125" + "dotnet": "10.0.300-preview.26152.104" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26125.125" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26152.104" } }