I am creating a nuget package and I want it to add a post-build event to my project that will copy some DLL files to its target directory.
Is this possible? If so, how do I do this?
Or is there a way to somehow embed an unmanaged dll (native C ++) into my nuget package and copy them into the assembly in the target directory?
source
share