Skip to content

Commit e72bce1

Browse files
authored
Fixes #50 - package license not correctly marked
1 parent f0ee780 commit e72bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageTags>serilog;async</PackageTags>
1818
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
1919
<PackageProjectUrl>https://serilog.net</PackageProjectUrl>
20-
<PackageLicense>Apache-2.0</PackageLicense>
20+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2121
<RepositoryUrl>https://github.com/serilog/serilog-sinks-async</RepositoryUrl>
2222
<RepositoryType>git</RepositoryType>
2323
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)