From 82babe85e9f13118130a671e00eb711ab9cdea6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 13 Jul 2022 12:39:13 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220712.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22358.3 -> To Version 7.0.0-beta.22362.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22357-02 -> To Version 1.2.0-beta-22361-03 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d3fa898e..93dd32b85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,32 +196,32 @@ - + https://github.com/dotnet/arcade - 54a00a84b53b63a74d232498a9d1476ff2000b7f + bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 - + https://github.com/dotnet/arcade - 54a00a84b53b63a74d232498a9d1476ff2000b7f + bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 - + https://github.com/dotnet/arcade - 54a00a84b53b63a74d232498a9d1476ff2000b7f + bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 https://github.com/dotnet/source-build-reference-packages 2288850ad99cac4de5968ed609144bfdc81567ce - + https://github.com/dotnet/sourcelink - 2b13b222c4894db2bf59e0b7c2f909f55a0e60c3 + 317a714f518da915bbf9f04f8f30e7ddb224d911 - + https://github.com/dotnet/xliff-tasks - de60e8170dea65032fe393a4fa25eee9152087de + cec92f55c9870669c2ec51e2a4f1c7a19f1040a8 diff --git a/eng/Versions.props b/eng/Versions.props index e7890a9fa..b055ad97d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22358.3 + 7.0.0-beta.22362.1 diff --git a/global.json b/global.json index 6cf7720fd..1488b0a39 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.22358.3", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22358.3" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22362.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22362.1" } }