From f61cc1bad18ce1df3ae7afaaa4e5b6e52d4fe1c3 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Thu, 14 Feb 2019 13:00:48 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190213.1 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19113.1 - Microsoft.DotNet.SignTool - 1.0.0-beta.19113.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b0d0f524db8..f50536e88d68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,13 +2,13 @@ - + https://github.com/dotnet/arcade - 9a5da1c8a3232c6304955c7a6ffe6109a1b13d9f + 9cb5f28be59a1ba9fe6bfb86449b216cfcdfb50e - + https://github.com/dotnet/arcade - 9a5da1c8a3232c6304955c7a6ffe6109a1b13d9f + 9cb5f28be59a1ba9fe6bfb86449b216cfcdfb50e diff --git a/eng/Versions.props b/eng/Versions.props index ba6c9d8cf101..6e050b0384c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -22,7 +22,7 @@ 2.0.0 4.0.0 1.5.0 - 1.0.0-beta.19112.3 + 1.0.0-beta.19113.1 diff --git a/global.json b/global.json index 28016222aaeb..8d6002e19e6e 100644 --- a/global.json +++ b/global.json @@ -6,6 +6,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19112.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19113.1" } }