How to find a package in NuGet? -
yes, simple stuff it's simple, suppose want install 2.1 version of web api web host instead of 2.2 version? sometimes can laboriously page through hundreds of packages find it, other times no dice.
i'm guessing you've got prereleases turned on. try changing menu above main listing "include prereleases" "stable only".
worse case can open package console manager , type:
install-package microsoft.aspnet.webapi.webhost -version 5.1.1
which install package using 5.1.1 version of package.
Comments
Post a Comment