From 6ebdcd1c75be34478de4677dc504be22001509fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 19 Jul 2022 12:39:22 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220718.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22367.1 -> To Version 7.0.0-beta.22368.5 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22364-02 -> To Version 1.2.0-beta-22367-01 (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 2dd5f34cb..0f02c85ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,32 +196,32 @@ - + https://github.com/dotnet/arcade - f7951a64db920ea599bd6819065b661d88d26b23 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 - + https://github.com/dotnet/arcade - f7951a64db920ea599bd6819065b661d88d26b23 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 - + https://github.com/dotnet/arcade - f7951a64db920ea599bd6819065b661d88d26b23 + 6bf3e1d9cd29fe839be38a4c051aa307cf96f5d0 https://github.com/dotnet/source-build-reference-packages b8e944de468738df9371be30d2a5232c33649260 - + https://github.com/dotnet/sourcelink - 3e7c7527cc929bfcda18cde3af8cddc2dd98f121 + 2e8b1dd7716350c00f19fc595fa311685c470f44 - + https://github.com/dotnet/xliff-tasks - ad72d0b03cb9b259988d98e1ebcdf8ca56c9d8e5 + 42614f0262512a0d0d03c2a41098f15a66b60ada diff --git a/eng/Versions.props b/eng/Versions.props index 47a095f14..4acdee195 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22367.1 + 7.0.0-beta.22368.5 diff --git a/global.json b/global.json index 6f178667b..f020306a8 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.22367.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22367.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22368.5", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22368.5" } }