From c7abb23bff20a71806fac25a81fb8c976b14f3b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 22 Mar 2022 12:32:37 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220321.2 Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22157.6 -> To Version 7.0.0-beta.22171.2 Dependency coherency updates VS.Redist.Common.NetCore.SharedFramework.x64.7.0,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.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Build,Microsoft.SourceBuild.Intermediate.source-build,Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 7.0.0-preview.3.22151.6 -> To Version 7.0.0-preview.3.22158.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 79fce2184..cad31de44 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,19 +202,19 @@ - + https://github.com/dotnet/arcade - bafd55901b50d6fc3507c8ed96a7777fcca1796f + c8a95297e2622251c125aa5c0ef7c822275a792d - + https://github.com/dotnet/arcade - bafd55901b50d6fc3507c8ed96a7777fcca1796f + c8a95297e2622251c125aa5c0ef7c822275a792d - + https://github.com/dotnet/arcade - bafd55901b50d6fc3507c8ed96a7777fcca1796f + c8a95297e2622251c125aa5c0ef7c822275a792d https://github.com/dotnet/source-build-reference-packages @@ -226,9 +226,9 @@ 9bf39e621221e1e512bd7966b6b4c78f078ef5aa - + https://github.com/dotnet/xliff-tasks - 12e937eb387dfb2e702fb35225c3bad8a2a7235b + 4331b9e76b3025141231c6c4b948ab79866a6cfa diff --git a/eng/Versions.props b/eng/Versions.props index f4fac0af1..6703a50a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22168.2 + 7.0.0-beta.22171.2 diff --git a/global.json b/global.json index 608a28b41..c3bb93697 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.22168.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22168.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22171.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22171.2" } }