This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Commit 69860ed
Fix "The 'licenseUrl' element will be deprecated" error (#666)
When generating the package, the NuGet task emits this warning:
> The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
Since `TreatWarningsAsErrors` is set to true in Directory.Build.props it becomes an error.
So we simply ignore this warning since we can't use 'license' instead of 'licenseUrl' yet.
See also NuGet/Home#7509 and NuGet/Announcements#321 parent 8f61919 commit 69860ed
File tree
1 file changed
+1
-1
lines changed- src/Microsoft.Azure.ServiceBus
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments