From a2f6bbe84605169933f6dd84709b5692a5b324e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 14 Feb 2019 21:01:02 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190213.1 (#499) This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19113.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 4e9bf1ab0..78338d51c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -32,9 +32,9 @@ - + https://github.com/dotnet/arcade - 9a5da1c8a3232c6304955c7a6ffe6109a1b13d9f + 9cb5f28be59a1ba9fe6bfb86449b216cfcdfb50e diff --git a/global.json b/global.json index f606a04bd..8b70fd697 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.19112.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19113.1" } }