From 9b3c0d6af80a8a27b0cc792dba3216d87b667e4b Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Sun, 10 Mar 2019 12:59:58 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190309.2 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19159.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 8f85ae5d9..c9596d4b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/arcade - 6f0a12a38fec78c48c406cd4d220b224e9c4dfb6 + 9006be3d7a82737fc359442e08376516f3e6573e diff --git a/global.json b/global.json index 17581afac..dec749cf6 100644 --- a/global.json +++ b/global.json @@ -7,6 +7,6 @@ "xcopy-msbuild": "15.9.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19158.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19159.2" } }