Skip to content

Commit

Permalink
Fixing the csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Sep 4, 2024
1 parent 670cd7a commit d7dfb62
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit d7dfb62

Please sign in to comment.