Unable to add to Visual Studio for AWS Lambda project
Hi there,
I'm fairly new to using Visual Studio, but I'm trying to create a program for use with Amazon Web Services' Lambda service. According to AWS docs, you need to use .Net Core, which I am doing. When I try to add WinSCP as a NuGet package, I get the following error.
Is there a way to make this work?
Thanks,
Jason
I'm fairly new to using Visual Studio, but I'm trying to create a program for use with Amazon Web Services' Lambda service. According to AWS docs, you need to use .Net Core, which I am doing. When I try to add WinSCP as a NuGet package, I get the following error.
Package WinSCP 5.9.4 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package WinSCP 5.9.4 supports: net (.NETFramework,Version=v0.0)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
Is there a way to make this work?
Thanks,
Jason