dotnet: Add native unicorn libraries to nuget package

This commit is contained in:
TSR Berry
2022-11-05 02:40:50 +01:00
parent 5d41b3346f
commit 2e6a888052
2 changed files with 101 additions and 5 deletions

View File

@@ -42,4 +42,8 @@
<Compile Include="ConvertUtility.fs" />
<Compile Include="Unicorn.fs" />
</ItemGroup>
<ItemGroup>
<Content Include="runtimes\**" PackagePath="runtimes" Visible="false" />
</ItemGroup>
</Project>