From 4e85b5117ea770124f9044f68fda21ddadd4ea33 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 25 Oct 2019 16:42:05 -0400 Subject: [PATCH] Upgrade from PackageLicenseUrl to PackageLicenseExpression (#270) The existing property is now considered legacy and results in a build warning: ``` ##[warning]C:\Program Files\dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(198,5): Warning NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. ``` --- Terminal.Gui/Terminal.Gui.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 07d535671..3cd4d3831 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -11,7 +11,7 @@ Terminal.Gui 0.24 Miguel de Icaza - https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE + MIT https://github.com/migueldeicaza/gui.cs/ csharp, terminal, c#, f#, gui, toolkit, console Console-based user interface toolkit for .NET applications.