Trying to appease dotnet pack command

This commit is contained in:
Cinder
2022-01-04 16:48:05 -06:00
parent 4deed5a5d0
commit 9118858a15
19 changed files with 18 additions and 18 deletions

View File

@@ -21,6 +21,6 @@
<ItemGroup>
<None Include="..\..\..\LICENSE.txt" Pack="true" PackagePath="docs\" />
<None Include="..\..\..\README.md" Pack="true" PackagePath="docs\" />
<None Include="..\..\..\data\logo.png" Pack="true" PackagePath="images\" />
<None Include="..\..\..\logo.png" Pack="true" PackagePath="images\" />
</ItemGroup>
</Project>