From 3a404baa05cf73bb6403ccb7c8897dbba93dece1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 5 May 2022 12:33:27 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220504.2 Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22225.6 -> To Version 7.0.0-beta.22254.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22224-01 -> To Version 1.2.0-beta-22251-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 360845d78..813460898 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,26 +192,26 @@ - + https://github.com/dotnet/arcade - 5145e86df0c491e082b589aa31d69eea300adc02 + 9c9de91045b8691364e40426177da2e5c535d3ab - + https://github.com/dotnet/arcade - 5145e86df0c491e082b589aa31d69eea300adc02 + 9c9de91045b8691364e40426177da2e5c535d3ab - + https://github.com/dotnet/arcade - 5145e86df0c491e082b589aa31d69eea300adc02 + 9c9de91045b8691364e40426177da2e5c535d3ab https://github.com/dotnet/source-build-reference-packages 3147e7ae7ba3ba499d4a2d18c8a4d89bab6769d0 - + https://github.com/dotnet/sourcelink b74d568abf257cbac3d9a595e7223b25d8d6b90d diff --git a/eng/Versions.props b/eng/Versions.props index b04d6659e..41533c9c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22225.6 + 7.0.0-beta.22254.2 diff --git a/global.json b/global.json index 72eb5704a..c08ba6a67 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.22225.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22225.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22254.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22254.2" } }