diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b882399917..5d4de14c4a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/arcade - 0fa6fd65a34f5c719499d98c735b23c92b64603d + 1bb47213f609bd4e51cd86ceced1005ee32049b8 - + https://github.com/dotnet/arcade - 0fa6fd65a34f5c719499d98c735b23c92b64603d + 1bb47213f609bd4e51cd86ceced1005ee32049b8 - + https://github.com/dotnet/arcade - 0fa6fd65a34f5c719499d98c735b23c92b64603d + 1bb47213f609bd4e51cd86ceced1005ee32049b8 https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage diff --git a/eng/Versions.props b/eng/Versions.props index a7afa2a967..e6c129ca1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ preview - 11.0.0-beta.26261.2 + 11.0.0-beta.26262.13 18.8.0-preview.26256.1 4.3.0-preview.26261.11 diff --git a/global.json b/global.json index 228f404118..ed0df69426 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "11.0.100-preview.4.26210.111", + "dotnet": "11.0.100-preview.5.26227.104", "runtimes": { "dotnet": [ "8.0.26", @@ -24,7 +24,7 @@ } }, "sdk": { - "version": "11.0.100-preview.4.26210.111", + "version": "11.0.100-preview.5.26227.104", "paths": [ ".dotnet", "$host$" @@ -37,7 +37,7 @@ "runner": "Microsoft.Testing.Platform" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26261.2", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26262.13", "MSBuild.Sdk.Extras": "3.0.44" } }