From bf689eab9ca866cf5dde9fb046372fd36988b89d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 13:06:32 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210415.5 (#10237) [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 f7d84f1fe..f7af8d982 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -136,13 +136,13 @@ - + https://github.com/dotnet/arcade - 93a6389f406e5e900da46ab643c608578f143851 + e76fe48d5eb894e58fe7841f3a2c0bcfa654ee80 - + https://github.com/dotnet/arcade - 93a6389f406e5e900da46ab643c608578f143851 + e76fe48d5eb894e58fe7841f3a2c0bcfa654ee80 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 494daac50..79c74b52a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21214.5 + 6.0.0-beta.21215.5 diff --git a/global.json b/global.json index 8cfd5c79f..26ff545a3 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21214.5" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21215.5" } }