Skip to content

Commit

Permalink
Add a reference to MinVer, an icon, and a readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-khmara committed May 18, 2022
1 parent 3842f87 commit 0602027
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/StrEnum.System.Text.Json/StrEnum.System.Text.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@
<PackageReference Include="StrEnum" Version="[1.4.0,2.0.0)" />
</ItemGroup>

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

<PackageReference Include="MinVer" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 0602027

Please sign in to comment.