From a8f595bfb63567654c6443533fde5d908127bd29 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Sat, 16 Feb 2019 13:02:39 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190215.1 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19115.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 4ce72cf42aa..8dc8c985720 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,9 +47,9 @@ - + https://github.com/dotnet/arcade - 03497f16b93264158c28cee4eea767b53bc750f5 + 75af3cdef5022dbb92b8a94388198a6fd59a5d94 diff --git a/global.json b/global.json index 7c23cce3a7d..c755624fd51 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.19114.4" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19115.1" } }