Use PackageLicenseExpression instead of PackageLicenseFile

Note that the license file is still embedded in the package (at the root) to conform with the requirement that it's delivered with the software.

Fixes #252

Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
Jon Skeet 2023-01-25 13:00:09 +00:00 committed by Jon Skeet
parent b660a0ab92
commit 1fe92ab054
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cloudevents/sdk-csharp</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://cloudevents.io</PackageProjectUrl>
<Copyright>Copyright Cloud Native Foundation</Copyright>
</PropertyGroup>