Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Aug 12, 2023
1 parent 64ed075 commit 2e261be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/TreeSitterSharp/TreeSitterSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="libtree-sitter" Version="0.20.8"/>
<PackageReference Include="libtree-sitter" Version="0.20.8">
<IncludeAssets>all</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 2e261be

Please sign in to comment.