From 8c476b58df6032c6713c69535d2679632abac9ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 13:05:37 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210408.2 (#10188) [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 371179081..450b0d4bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -136,13 +136,13 @@ - + https://github.com/dotnet/arcade - 86aee6d02b2fb8534b9466db0da25483d7c399a9 + 814754c257edd24aeff89615106e4557d07632d8 - + https://github.com/dotnet/arcade - 86aee6d02b2fb8534b9466db0da25483d7c399a9 + 814754c257edd24aeff89615106e4557d07632d8 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index be68d9a62..10eeae61a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21207.4 + 6.0.0-beta.21208.2 diff --git a/global.json b/global.json index c45f0e3c1..7e8a7fa0c 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21207.4" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21208.2" } }