简体   繁体   中英

install-package Thinktecture.IdentityServer3 command gives error in visual studio package manager console?

When i run following command in package manager console:

install-package Thinktecture.IdentityServer3

I am getting error:

Install-Package : Unable to find package 'Thinktecture.IdentityServer3' At line:1 char:16 + install-package <<<< Thinktecture.IdentityServer3 + CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

I am following this tutorial to secure my restful api- https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html

and using visual studio 2015 express for web.

It should be install-package IdentityServer3

Check the latest tutorial here https://identityserver.github.io/Documentation/docsv2/overview/mvcGettingStarted.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM