I am Working on Visual Studio 2015 and installed nuget (VS 2015 VSIX - latest (v3.4.1)) then executed below mentioned command but getting error.
Install-Package MongoDB.Bson Install-Package : Unable to find package 'MongoDB.Bson' At line:1 char:1 + Install-Package MongoDB.Bson + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand