Skip to content

Commit

Permalink
🔧 Remove unnecessary csproj item
Browse files Browse the repository at this point in the history
This is now automatically done by the directory props/targets from upstream oss repo (via dotnet-file sync)
  • Loading branch information
kzu committed Sep 15, 2021
1 parent 5f05035 commit 29d06c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/JsonPeek/JsonPeek.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

<ItemGroup>
<None Update="@(None)" PackFolder="$(PackFolder)" />
<None Update="readme.md">
<PackagePath>%(Filename)%(Extension)</PackagePath>
<PackFolder>$(PackFolder)</PackFolder>
</None>
</ItemGroup>

</Project>

0 comments on commit 29d06c9

Please sign in to comment.