From ba6f02fb3fa1cc61e03c3fd366cefb37c2b47979 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Fri, 22 Feb 2019 13:01:30 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190221.5 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19121.5 --- 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 95571ed28e7..0ddf07eca0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -35,9 +35,9 @@ - + https://github.com/dotnet/arcade - 869b08099e519e0e1926434f2f2ac7a1f144c783 + 660f6cd006b276edb3764f4d7d726cedf6c29d8e diff --git a/global.json b/global.json index 40393a84e35..407152d0f61 100644 --- a/global.json +++ b/global.json @@ -9,6 +9,6 @@ "version": "3.0.100-preview-010024" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19121.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19121.5" } }