Include License in nuget

This commit is contained in:
glax 2024-01-17 04:21:42 +01:00
parent e77ca63d03
commit 3396067db5

View File

@ -21,4 +21,12 @@
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>