From 4aea284697616c16330fa8a0b8d666f6e030f6af Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Wed, 29 May 2019 12:13:35 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190528.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19278.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 428c6ebde..79d7c3b80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -72,9 +72,9 @@ - + https://github.com/dotnet/arcade - b5016f5688dc8ca9f3e4811ee7e2e86ad8907a40 + 11f90a2a260422201895de58e57170131ab4efe7 diff --git a/global.json b/global.json index c4af47e20..f6977637a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview5-011568" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19274.6" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19278.1" } }