Automate File download via SSIS - Code Error
I am trying to add to my ssis pkg script task that downloads a file from an sftp site daily. And when I build/compile the script task I have the following error:
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\WinSCP.5.15.9\build\WinSCP.targets. ST_a572ccc78f774de4ad59a0504bb01209
I have the WinSCPnet added under references.
Please , Please Please help.
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\WinSCP.5.15.9\build\WinSCP.targets. ST_a572ccc78f774de4ad59a0504bb01209
I have the WinSCPnet added under references.
Please , Please Please help.