From 18961d325f45801ca7589617438408295d4a7d77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 13 May 2026 02:01:48 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20260512.13 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.26261.2 -> To Version 11.0.0-beta.26262.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) 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" } }