.NET Core 2.1 Support
Hello, I have a .NET Core 2.1 console application I want to use to automate our SFTP processes. I tried downloading the WinSCP Nuget Package: https://winscp.net/eng/docs/library but the Program class cannot find the WinSCP namespace. Is there a solution available for .NET Core 2.1? I am using WinSCP in another console app that runs on .NET 4.5 and it works fine. Thank you for your time.