From 0b450f647989e4ee09f76af3a5cf21b8c4ffbaea Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Thu, 10 Jan 2019 13:13:14 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190108.5 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19058.5 --- 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 f587e212a..0a3563f46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -24,9 +24,9 @@ - + https://github.com/dotnet/arcade - 35ce15432d5ae2faa563ad0ba99aff49f8e28130 + 3220be53ac764d9ee160b0bc64baa492af219aa7 diff --git a/global.json b/global.json index 28b10d8ce..6fa8ae969 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.19058.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19058.5" } }