Still trying to appease dotnet pack

This commit is contained in:
Cinder
2022-01-05 10:35:47 -06:00
parent d07c20ee56
commit c73295f111
19 changed files with 56 additions and 56 deletions

View File

@@ -20,8 +20,8 @@
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
</ItemGroup>
<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="..\..\..\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="..\..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\..\data\logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>