I tried to install PagedList.Mvc in Nuget Package manager console by
PM > Install-Package PagedList.Mvc
But geting error like below:
Install-Package : Unable to find package 'PagedList.Mvc'.
At line:1 char:1
+ Install-Package PagedList.Mvc + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
So I installed through Manage Nuget packages for solution from online.
But the problem is I need to install from online for every projects through 'Manage Nuget packages for solution'.
Is there any way to get installed permanently in reference folder for every projects that I created?