diff --git a/eng/Version.Details.props b/eng/Version.Details.props index fa7909080455..27b882bba607 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.26152.104 - 10.0.0-beta.26152.104 + 10.0.0-beta.26153.116 + 10.0.0-beta.26153.116 0.11.5-alpha.26070.104 - 10.0.0-beta.26152.104 + 10.0.0-beta.26153.116 10.0.3-servicing.26070.104 10.0.3 10.0.3 - 10.0.300-preview.26152.104 + 10.0.300-preview.26153.116 10.0.3 - 10.0.300-preview.26152.104 + 10.0.300-preview.26153.116 26.0.11017 18.5.9227 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff10bf890ce0..59afc820fb8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 https://github.com/dotnet/dotnet @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 https://github.com/dotnet/xharness 3df2923500447ee925d59f026c81720c7a9b4e4b - + https://github.com/dotnet/dotnet - 938faf92928867a829fc5678ff93daf37821a3c5 + cdfa38403fbb85d0c2f582b8dbc522c1df9a9b83 diff --git a/global.json b/global.json index dd2b9aa661c8..fe860c6840a9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300-preview.26152.104", + "version": "10.0.300-preview.26153.116", "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.26152.104" + "dotnet": "10.0.300-preview.26153.116" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26152.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.116" } }