From 97dc5852a230cf82e419f6b4533484bf0aca8a13 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 29 Oct 2018 16:45:04 -0700 Subject: [PATCH] Suppress warning NU5125 about upcoming deprecation of PackageLicenseUrl (#3758) --- Directory.Build.props | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index fea1bad021..d3c148edca 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,6 +9,12 @@ © Microsoft Corporation. All rights reserved. en-US https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt + + $(NoWarn);NU5125 + https://go.microsoft.com/fwlink/?LinkID=288859 https://asp.net true