Closed
Description
Pushing the Nuget package yields a warning about licenseUrl
being deprecated.
See here, we should use license
instead. These are Nuget properties. We currently specify the .csproj property PackageLicenseUrl
.
What should be done should be investigated.