From 20e5b678838ea17a49a90996d481ae0a1c85365c Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Thu, 4 Apr 2019 12:15:02 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190403.10 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19203.10 --- 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 12bc25618..37607bd59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -61,9 +61,9 @@ - + https://github.com/dotnet/arcade - 764f362c8e92e41905fe5f6c782ab9980c86c909 + 811fda44a88dcfe3e42a17bb34467f5764836c65 diff --git a/global.json b/global.json index 776a20d9b..7be2cdacd 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.19202.13" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19203.10" } }