From 95e1b0cd05664becd350968413e2d6bd1195391e Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Wed, 27 Mar 2019 12:15:27 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190326.14 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19176.14 --- 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 211f1f008..951003958 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -61,9 +61,9 @@ - + https://github.com/dotnet/arcade - 13daa29185518ef3c6d4074fd07efbc5236a76c5 + e23a3e2fd09a6222361ce47b78d23ab42867924c diff --git a/global.json b/global.json index c4aef6666..77780d4b1 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview-009812" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19175.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19176.14" } }