From bd15212a9acc1bcfc105c4647a5b7c8d1a19066d Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Wed, 20 Feb 2019 13:02:58 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190219.2 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19119.2 --- 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 68ce7680dc9..bd5d58b9dc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,9 +47,9 @@ - + https://github.com/dotnet/arcade - 75af3cdef5022dbb92b8a94388198a6fd59a5d94 + 8549f0f5f303b53dcafd5b26c5f2ec4c5137521b diff --git a/global.json b/global.json index c755624fd51..2eeb82f80b6 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.19115.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19119.2" } }