Persuading a Visual Studio C# project to copy native libraries to build directory
I’ve written a .NET7 library that uses P/Invoke to exercise supporting functions in two third party libraries, in this case .so
files since the consuming product will only be deployed to Linux.
Persuading a Visual Studio C# project to copy native libraries to build directory
I’ve written a .NET7 library that uses P/Invoke to exercise supporting functions in two third party libraries, in this case .so
files since the consuming product will only be deployed to Linux.