Skip to content

Commit 9d6cbc8

Browse files
committed
fix: update license expression in project file
1 parent 839643b commit 9d6cbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReedSolomon.NET/ReedSolomon.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Description>Reed-Solomon Erasure Coding in C#/.NET</Description>
1212
<PackageProjectUrl>https://github.com/egbakou/reedsolomon</PackageProjectUrl>
1313
<RepositoryType>git</RepositoryType>
14-
<licenses>MIT</licenses>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/egbakou/reedsolomon</RepositoryUrl>
1616
<PackageReleaseNotes>See: https://github.com/egbakou/reedsolomon </PackageReleaseNotes>
1717
<Copyright>Copyright 2022</Copyright>

0 commit comments

Comments
 (0)