dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

[nuget] Include Mono.Unix build assets #91

Closed grendello closed 3 years ago

grendello commented 3 years ago

This is to make projects which reference only LibZipSharp work with the new Mono.Unix package. By default, the nuget generated for LibZipSharp will not include Mono.Unix's build components which will break said projects. Transitive build assets must be included so that the Mono.Unix configuration and runtime files are copied to the project directory.