Skip to content

Commit 0602027

Browse files
committed
Add a reference to MinVer, an icon, and a readme.
1 parent 3842f87 commit 0602027

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/StrEnum.System.Text.Json/StrEnum.System.Text.Json.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,14 @@
2222
<PackageReference Include="StrEnum" Version="[1.4.0,2.0.0)" />
2323
</ItemGroup>
2424

25+
<ItemGroup>
26+
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
27+
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
28+
29+
<PackageReference Include="MinVer" Version="3.1.0">
30+
<PrivateAssets>all</PrivateAssets>
31+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
32+
</PackageReference>
33+
</ItemGroup>
34+
2535
</Project>

0 commit comments

Comments
 (0)