From 3563fd58852d3d966b4dcb5d796007cbb76c4144 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 18:46:25 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200921.1 (#8667) [release/5.0.1xx-rc2] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 3 +-- global.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 939e5a1e2..dd9568213 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -140,13 +140,13 @@ - + https://github.com/dotnet/arcade - b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 + 0365488709f58e37de6c2180e7fb243203ca0a9c - + https://github.com/dotnet/arcade - b63ea25b8dc50bb3dfcef128d415254bd5ca4dc8 + 0365488709f58e37de6c2180e7fb243203ca0a9c https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 312fbcf30..66c72fe20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,14 +14,13 @@ 2 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - false release - 5.0.0-beta.20467.6 + 5.0.0-beta.20471.1 diff --git a/global.json b/global.json index 45865275f..d4a907589 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20467.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20471.1" } }