From 2e1f2935183cc00197d18182dcb2276600b6430c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 13:02:44 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210531.1 (#10816) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9eb3d72b1..311ef7900 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -136,14 +136,14 @@ - + https://github.com/dotnet/arcade - b5ca0997b26992dcc4e55ec3d87d71000be295ce + c7d6bd607715f334cda90e01967bb0c02dee09be - + https://github.com/dotnet/arcade - b5ca0997b26992dcc4e55ec3d87d71000be295ce + c7d6bd607715f334cda90e01967bb0c02dee09be https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 1e5941b57..87d50ab72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21278.1 + 6.0.0-beta.21281.1 diff --git a/global.json b/global.json index 30b9ef215..d3ff04ab1 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21278.1", + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21281.1", "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2" } }