From 72a0121d3a38c9de460fa009837a9e19885fac08 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Sat, 9 Feb 2019 13:02:15 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190208.1 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19108.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 a91ab9065b0..e2786ca781b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,9 +47,9 @@ - + https://github.com/dotnet/arcade - 03c88c88a653dd8122cf599974e6073f27787a3f + 044309163eadaad0068156f0327af458d562f171 diff --git a/global.json b/global.json index 0bc23089372..b3b864adade 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.19107.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19108.1" } }