From 6b540c1d17dc6f1cd3497272474a9319595bdec1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 22 Jul 2022 12:40:03 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220721.8 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22370.1 -> To Version 7.0.0-beta.22371.8 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22369-02 -> To Version 1.2.0-beta-22370-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 682c02859..8dd85e671 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,32 +196,32 @@ - + https://github.com/dotnet/arcade - 2da4f9da491ecf07fe08d8a117f3265a0433fc23 + 3535001b78eff45df99b991571e84efbd7a8bbbd - + https://github.com/dotnet/arcade - 2da4f9da491ecf07fe08d8a117f3265a0433fc23 + 3535001b78eff45df99b991571e84efbd7a8bbbd - + https://github.com/dotnet/arcade - 2da4f9da491ecf07fe08d8a117f3265a0433fc23 + 3535001b78eff45df99b991571e84efbd7a8bbbd https://github.com/dotnet/source-build-reference-packages 3d0f9fa840fd71d18bfbc37215b7beda90d9b1d7 - + https://github.com/dotnet/sourcelink 8779e3bbd2863c2f51b7933d265348cee36e3a6f - + https://github.com/dotnet/xliff-tasks - 4a9cf3a91692ac42bcb628854405cfb9b30f4470 + 3ea6a5b4740a9541d9b00701564ba786e61994c3 diff --git a/eng/Versions.props b/eng/Versions.props index 330cc37e5..85908a2f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22370.1 + 7.0.0-beta.22371.8 diff --git a/global.json b/global.json index ef9718fe0..77896d240 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22370.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22370.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22371.8", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22371.8" } }