I am writing a plugin in nopcommerce 4.10 for search from NEST Liberary
I have installed "Install-Package NEST -Version 6.3.0"  in my plugin

Now when after build when I run project It gives me error "System.IO.FileNotFoundException: 'Could not load file or assembly 'Nest, Version=6.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d'. The system cannot find the file specified.'"

In Class ApplicationBuilderExtensions
Function UseNopExceptionHandler(this IApplicationBuilder application)

Please help If I am missing something in installing third party library inside plugin