From 6f57d701cb2a85784fd36a2db0ffa3a106f41f32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 14 Jul 2022 12:37:16 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220713.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22362.1 -> To Version 7.0.0-beta.22363.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22361-03 -> To Version 1.2.0-beta-22362-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 60bba593a..0bce9c71e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,25 +196,25 @@ - + https://github.com/dotnet/arcade - bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 + 3895dfc219f7cea2c028164db691389d0b1a73a8 - + https://github.com/dotnet/arcade - bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 + 3895dfc219f7cea2c028164db691389d0b1a73a8 - + https://github.com/dotnet/arcade - bd18f30f71daf7eaaf1d70363c303bd7dfac65a2 + 3895dfc219f7cea2c028164db691389d0b1a73a8 https://github.com/dotnet/source-build-reference-packages 598fd5d2c9e36784f5c5ca8df533a57f8b46727d - + https://github.com/dotnet/sourcelink 317a714f518da915bbf9f04f8f30e7ddb224d911 diff --git a/eng/Versions.props b/eng/Versions.props index a52286d4c..377db5ce7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22362.1 + 7.0.0-beta.22363.1 diff --git a/global.json b/global.json index 1488b0a39..05f1c5867 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.22362.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22362.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22363.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22363.1" } }