From 11a30c4fb29018d12b4de91e605c383668e313dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 17 Apr 2022 12:35:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220415.2 Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22212.2 -> To Version 7.0.0-beta.22215.2 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.22208.1 -> To Version 1.0.0-beta.22213.1 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c4422071..0f010b51b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,19 +197,19 @@ - + https://github.com/dotnet/arcade - c49ad022e8d39db4bf47197aa4eebfe6428b51a7 + 4000024394df3049886c50e54ad0a2b903221ef0 - + https://github.com/dotnet/arcade - c49ad022e8d39db4bf47197aa4eebfe6428b51a7 + 4000024394df3049886c50e54ad0a2b903221ef0 - + https://github.com/dotnet/arcade - c49ad022e8d39db4bf47197aa4eebfe6428b51a7 + 4000024394df3049886c50e54ad0a2b903221ef0 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 316045f43..5c830913c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22215.1 + 7.0.0-beta.22215.2 diff --git a/global.json b/global.json index a1d0bb8f7..5e2640914 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.22215.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22215.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22215.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22215.2" } }