Update nuget package configuration to resolve build warnings
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
The common nuget package configuration uses the `` and `` configuration elements, which are deprecated. This results in the following warnings:
* Error NU5125: The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
* NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
This issue tracks fixing the underlying problem so that the nuget package generation follows up-to-date best practices.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.