From d3a0f1b01c24754651bebdb78e174ddd0d91f61a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 22 Apr 2022 12:35:24 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220421.2 Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22215.2 -> To Version 7.0.0-beta.22221.2 Dependency coherency updates Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.7.0,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.Net.Compilers.Toolset,VS.Redist.Common.NetCore.SharedFramework.x64.7.0,Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 7.0.0-preview.4.22217.5 -> To Version 7.0.0-preview.4.22216.4 (parent: Microsoft.NET.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 2fe94c96d..a05c89d98 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,19 +192,19 @@ - + https://github.com/dotnet/arcade - 8e2ccde11b70936d8254669a4a74653c580a1340 + daab9b4d3afbde7ed92882f0f0c540ef5e015fd2 - + https://github.com/dotnet/arcade - 8e2ccde11b70936d8254669a4a74653c580a1340 + daab9b4d3afbde7ed92882f0f0c540ef5e015fd2 - + https://github.com/dotnet/arcade - 8e2ccde11b70936d8254669a4a74653c580a1340 + daab9b4d3afbde7ed92882f0f0c540ef5e015fd2 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index f4a73d1f2..2e8ac8c7f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22220.6 + 7.0.0-beta.22221.2 diff --git a/global.json b/global.json index aca91b3c6..8ebd61391 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.22220.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22220.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22221.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22221.2" } }