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
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.
Add a
Mono.Unix.targets
file which copies all the native libraries into the referencing project's output directory, putting each native library in respectiveruntimes/RID
directory whereRID
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.