WinSCPNet.dll not found when executing in an ASP.NET Core 2.0 application
I download the development-only package which can deploy to .NET core 2.0 application and I tested on console app too.
My application involves multiple project, one Web Host project and multiple class library project.
I added the dll
WinSCP-20180424rnetstandard2-Automation\netstandard2.0\WinSCPnet.dll
Also, I copy the
WinSCP-20180424rnetstandard2-Automation\WinSCP.exe
Did I do something wrong?
Where should I put the WinSCP.exe or the assembly at?