Skip to content

Commit

Permalink
Hide icon and readme in project
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang authored and ragnarstolsmark committed Oct 18, 2023
1 parent 4c9eb43 commit 19842b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hangfire.Console/Hangfire.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="../../hangfire.console.png" Pack="true" PackagePath="/" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
<None Include="../../hangfire.console.png" Pack="true" PackagePath="/" Visible="false" />
<None Include="../../README.md" Pack="true" PackagePath="/" Visible="false" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 19842b5

Please sign in to comment.