diff --git a/NuGet.config b/NuGet.config index 4255259434bc..37fc8bfd62dc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 554f74db9a6b..220862c699f9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,14 +6,14 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25523.113 - 10.0.0-beta.25523.113 - 0.11.5-alpha.25523.113 - 10.0.0-beta.25523.113 - 10.0.0-rtm.25523.113 + 10.0.0-beta.25528.106 + 10.0.0-beta.25528.106 + 0.11.5-alpha.25528.106 + 10.0.0-beta.25528.106 + 10.0.0-rtm.25528.106 10.0.0 10.0.0 - 10.0.100-rtm.25523.113 + 10.0.100-rtm.25528.106 10.0.0 10.0.100 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 865dd4940b21..512d0f4eb056 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 @@ -78,25 +78,25 @@ - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 https://github.com/dotnet/xharness cbaa911ef1bce4cf92a7e4f7ffa5171eddd1a8fd - + https://github.com/dotnet/dotnet - 7b29526f2107416f68578bcb9deaca74fcfcf7f0 + bbafab7b91a3596cc48c8a29cf1c8b8f9cb06c05 diff --git a/global.json b/global.json index 1ac612148541..a7be75b4d60c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rtm.25523.113", + "version": "10.0.100-rtm.25528.106", "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.100-rtm.25523.113" + "dotnet": "10.0.100-rtm.25528.106" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25523.113" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25528.106" } }