From 482cc99b5f797087ef2909a0131f1abeaa6924eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 20 Feb 2019 13:42:56 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190219.2 (#604) 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 23451761a..ba71a4053 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -36,9 +36,9 @@ - + https://github.com/dotnet/arcade - 75af3cdef5022dbb92b8a94388198a6fd59a5d94 + 8549f0f5f303b53dcafd5b26c5f2ec4c5137521b diff --git a/global.json b/global.json index 8d3f0e8c5..df98145f7 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.19115.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19119.2" } }