Commit d1298e2
committed
Fix NuGet license expression casing (APACHE-2.0 -> Apache-2.0)
SPDX license identifiers are case-sensitive. 'APACHE-2.0' triggers
NU5124 warning during dotnet pack. Corrects to the valid SPDX
identifier 'Apache-2.0'.1 parent 8b10891 commit d1298e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments