libimobiledevice-win32 / imobiledevice-net

.NET (C#, VB.NET,...) bindings for libimobiledevice
GNU Lesser General Public License v2.1
297 stars 77 forks source link

How to copy the native libraries when I publish the project with -r linux-x64 #208

Open JerryJian opened 11 months ago

JerryJian commented 11 months ago

Hello, when I run dotnet publish -r linux-x64, the binaries in ubuntu.16.04-x64 folder from nuget package will not be copied to the output directory. So how can I do this, thanks.