Skip to content

Commit

Permalink
add readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Oct 18, 2022
1 parent 8c8702d commit a3087c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions JsonSubTypes/JsonSubTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
<DelaySign>false</DelaySign>
<FileVersion>2.0.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</Content>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<None Include="...\LICENSE" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit a3087c1

Please sign in to comment.