From c9c02457fda1a3b2555c33bafde607058a187fbf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 15 Sep 2021 12:24:24 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210914.1 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.21458.11 -> To Version 5.0.0-beta.21464.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 125dd1750f1..6f70dde354f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - 96ab23c77f175868db4223a723c25818d3f9cbad + e230504c07f0d74fbf9067daa0fe255fd449280b https://github.com/nuget/nuget.client diff --git a/global.json b/global.json index 3413f134dc0..4a1744d6e64 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21458.11" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21464.1" } }