mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
42 stars 10 forks source link

[nuget] Fix inclusion of native libraries when referencing Mono.Unix #4

Closed grendello closed 3 years ago

grendello commented 3 years ago

Add a Mono.Unix.targets file which copies all the native libraries into the referencing project's output directory, putting each native library in respective runtimes/RID directory where RID is the runtime ID of the native library.

Add a dllmap configuration for Mono so that it can find native libraries in the above directories.