diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b940d445fb6..4755287c903 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.26357.110 - 10.0.0-beta.26357.110 + 10.0.0-beta.26358.113 + 10.0.0-beta.26358.113 0.11.5-alpha.26070.104 - 10.0.0-beta.26357.110 + 10.0.0-beta.26358.113 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.400-preview.0.26357.110 + 10.0.400-preview.0.26358.113 10.0.3 - 10.0.400-preview.26357.110 + 10.0.400-preview.26358.113 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d2ae04cb01..d9dcc756ca9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce https://github.com/dotnet/xharness b631e17803318d67046871027986a005f3db02bf - + https://github.com/dotnet/dotnet - 2bd0e65f2efd50d56ae2fa3adfc1c3f440c1d223 + 60ecf22aa8c916f0f91ae8996f0d5058b8d7a2ce diff --git a/global.json b/global.json index 32005f79bfa..f1d27094274 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.400-preview.0.26357.110", + "version": "10.0.400-preview.0.26358.113", "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.400-preview.0.26357.110" + "dotnet": "10.0.400-preview.0.26358.113" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26357.110" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26358.113" } }