From ce4794cf0afef26d363324f1feb07a9796f426c9 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Wed, 16 Jan 2019 13:14:56 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190115.6 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19065.6 --- 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 e9ef1de0b..24f588fa2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -24,9 +24,9 @@ - + https://github.com/dotnet/arcade - 7ca7e1da3c77df0e0719c42148faff0bc39cb513 + 289a8e607ef2a7358c351ddf3d08056186d4e554 diff --git a/global.json b/global.json index 617f098ff..0cb19bdcd 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.19064.4" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19065.6" } }