Including an unmanaged native library files to nuget output directory
问题 unamanged shared object (.so file) does not copy to the output directory: I have .netstandard 2 project that wraps a c++ library(lets call the project wrap.csproj). That project depends on shared object (libgdal.so). I want to use this project as a nuget, and therefor, the projects that will reference my nuget should have the wrap.dll and the libgdal.so in the build/publish folder. I packed this project as nuget. but projects( dotnet core) that reference this nuget does not get the libgdal.so