I have a project that get a nuget dependancy, in this dependency, I have two files, a .dll and a .so.
After a dotnet build command the dependency is correctly downloaded but the .dll is copied into the bin folder but the .so is not.
I am working on linux
If you have any idea it would be great.
Thank you for your time,Regards