mono / xwt

A cross-platform UI toolkit for creating desktop applications with .NET and Mono
MIT License
1.37k stars 241 forks source link

Ignore NuGet pack warnings #1046

Closed mrward closed 3 years ago

mrward commented 3 years ago

Fix build on appveyor. NuGet now reports errors instead of warnings for the licenseUrl and lib directory.

Error NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. Error NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:

Whilst the licenseUrl could be fixed the NU5128 cannot be fixed and looks to be a bug in NuGet.

https://github.com/NuGet/Home/issues/8713

For now these errors are ignored when using nuget pack.