From 8f9cce369cb633278f0d9234c9c22f71c97fefee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:56:28 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210923.1 (#12121) [main] Update dependencies from dotnet/arcade --- 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 b1da235b0..d87bc53a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -169,19 +169,19 @@ - + https://github.com/dotnet/arcade - 8b2142306838fb8e155e12c1d8a9f59c9c4cd73f + c7546c02b92d9d5cbad2345e15a5962253bf6560 - + https://github.com/dotnet/arcade - 8b2142306838fb8e155e12c1d8a9f59c9c4cd73f + c7546c02b92d9d5cbad2345e15a5962253bf6560 - + https://github.com/dotnet/arcade - 8b2142306838fb8e155e12c1d8a9f59c9c4cd73f + c7546c02b92d9d5cbad2345e15a5962253bf6560 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 8883855d5..57bd98c7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21472.4 + 7.0.0-beta.21473.1 diff --git a/global.json b/global.json index bdbdb1c05..bdb5743fd 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.21472.4", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21472.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21473.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21473.1" } }