Skip to content

Commit

Permalink
Add README.md to NuGet package (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Nov 19, 2023
1 parent 270e414 commit e8f74fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jint/Jint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<DefineConstants>$(DefineConstants);SUPPORTS_SPAN_PARSE;SUPPORTS_WEAK_TABLE_ADD_OR_UPDATE;SUPPORTS_WEAK_TABLE_CLEAR</DefineConstants>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Esprima" />
<PackageReference Include="Meziantou.Analyzer" PrivateAssets="all" />
Expand Down

0 comments on commit e8f74fa

Please sign in to comment.