Skip to content

Commit

Permalink
Fix dotnet pack not finding README
Browse files Browse the repository at this point in the history
  • Loading branch information
tekgator committed Jun 3, 2023
1 parent bd1d244 commit 6ea8f9b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
</ItemGroup>

<ItemGroup>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down

0 comments on commit 6ea8f9b

Please sign in to comment.