You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The licenseUrl metadata element of .nuspec files is being deprecated in favor of the license one
Looking at the NuGet/Home#4628 issue it's clear that project files must be edited replacing the PackageLicenseUrl tag with the PackageLicenseExpression one
Essentially <PackageLicenseUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog/blob/master/LICENSE</PackageLicenseUrl> must be replaced by <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
The text was updated successfully, but these errors were encountered:
The
licenseUrl
metadata element of.nuspec
files is being deprecated in favor of thelicense
oneLooking at the NuGet/Home#4628 issue it's clear that project files must be edited replacing the
PackageLicenseUrl
tag with thePackageLicenseExpression
oneEssentially
<PackageLicenseUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog/blob/master/LICENSE</PackageLicenseUrl>
must be replaced by<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
The text was updated successfully, but these errors were encountered: