From e42c70d7c047d511c2c0c7abc01b0d8a12ec303c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 13 May 2022 12:31:25 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220512.8 Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22261.14 -> To Version 7.0.0-beta.22262.8 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22259-01 -> To Version 1.2.0-beta-22260-02 (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 3a508bb8b..158a2213c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,33 +192,33 @@ - + https://github.com/dotnet/arcade - 666b83fa183306e9adec817c903ec93da2a4703c + b7796f653e48e001123963f17387c052891b48e6 - + https://github.com/dotnet/arcade - 666b83fa183306e9adec817c903ec93da2a4703c + b7796f653e48e001123963f17387c052891b48e6 - + https://github.com/dotnet/arcade - 666b83fa183306e9adec817c903ec93da2a4703c + b7796f653e48e001123963f17387c052891b48e6 https://github.com/dotnet/source-build-reference-packages c71ce108eda9f657c9f58a613a1fe56b6b08235d - + https://github.com/dotnet/sourcelink - 7e0f22b377684f55bf2bca45eba46bdcb08edb64 + 5a42380a3f5de7b4e1dc7c4de1f556d92edbad93 - + https://github.com/dotnet/xliff-tasks - dd1d99d35636a5a6f09dd3dad88e338bbde2cc8a + 78c2e0ecb58db6b09165d3388f0ba84db3a889d4 diff --git a/eng/Versions.props b/eng/Versions.props index b8fe00a6d..e30acc18f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22261.14 + 7.0.0-beta.22262.8 diff --git a/global.json b/global.json index a95f99e53..eb5d3cf4c 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.22261.14", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22261.14" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22262.8", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22262.8" } }