From 1cc3af25ce919366d9a94fd9d923b844778f04e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 12:55:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210511.6 (#10590) [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 9dc2d4675..21aebb572 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -136,14 +136,14 @@ - + https://github.com/dotnet/arcade - 44324e2d3563921f60b1522fccf3fef45dcfe636 + c5c6ef92686f208055e884bad45d32966f0b1f95 - + https://github.com/dotnet/arcade - 44324e2d3563921f60b1522fccf3fef45dcfe636 + c5c6ef92686f208055e884bad45d32966f0b1f95 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 2c7c0c038..0c6dd825e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21260.1 + 6.0.0-beta.21261.6 diff --git a/global.json b/global.json index c32138f98..6b42ae3c1 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.21260.1", + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21261.6", "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2" } }