From 0938a716825e9ef531195cb6e6e3e1981035082f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Sep 2021 12:31:31 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210908.11 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.21427.7 -> To Version 5.0.0-beta.21458.11 --- 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 011c6b5ea02..125dd1750f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - 2e26f9ebee3ac27803aa5f2df50192a46393d108 + 96ab23c77f175868db4223a723c25818d3f9cbad https://github.com/nuget/nuget.client diff --git a/global.json b/global.json index cfdb1d7f469..3413f134dc0 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.21427.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21458.11" } }