This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Support consuming and producing nuget packages with native binaries #402
Closed
Description
We need a convention for both consuming and adding native binaries to nuget packages.
When you're developing a project and need to take a dependency on a native binary, you need to put it in a path that is loadable. This scenario needs to take bitness and OS into account.
You also need to be able to produce a package that has these native binaries inside of it.