From fd2fca7ba5db9082b8917f6f6e10b2b4b2d28e92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 18:13:34 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210310.3 (#10201) [release/5.0.2xx] 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 7b16b68bf..e6fa03d3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - 917ded6b428fc30b40f5ba4e35eb0c863d7f69e1 + 670382be6a978ba401c21c57ba44311199d2682a - + https://github.com/dotnet/arcade - 917ded6b428fc30b40f5ba4e35eb0c863d7f69e1 + 670382be6a978ba401c21c57ba44311199d2682a https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 9632193aa..f23b3c26a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 5.0.0-beta.21159.7 + 5.0.0-beta.21160.3 diff --git a/global.json b/global.json index 5760c69fc..33c984f8f 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21159.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21160.3" } }