From 023b08739efe19b85e8397e1ec401fc8bb458241 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Jan 2019 13:10:40 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 1228 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19057.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 2c5daa27a..5050a793d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -24,9 +24,9 @@ - + https://github.com/dotnet/arcade - b43f8c50d78c00d33f0b31a666b46ce5e9bcbe3d + 860df47b9e2b3f06f458382c20276bac3f84301c diff --git a/global.json b/global.json index fc60e73d8..845ede327 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.19055.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19057.6" } }