WeOnlyDo.Client.SFTP.Core.dll adding issue in .net core (wodSFTP / wodSFTP.NET / wodSFTPdll)
Added code in csproj file to add dll reference. But getting error
System.IO.FileNotFoundException: Could not load file or assembly 'WeOnlyDo.Client.SFTP.Core, Version=3.7.3.170, Culture=neutral, PublicKeyToken=e071824b5eef4930'. The system cannot find the file specified.
used code
<Reference Include="WeOnlyDo.Client.SFTP.Core">
<HintPath>D:\Dlls\WeOnlyDo.Client.SFTP.Core.dll</HintPath>
</Reference>