Skip to content

Commit

Permalink
fix(package/nuget): Remove unused PackageLicenseFile property
Browse files Browse the repository at this point in the history
The commit removes the unused `PackageLicenseFile` property from the `Directory.Build.props` file. This change helps to clean up the codebase and remove unnecessary configurations.
  • Loading branch information
SakuraIsayeki committed Mar 23, 2024
1 parent 1f86d0d commit 9233890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>

<!-- Generate XML documentation -->
Expand Down

0 comments on commit 9233890

Please sign in to comment.