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

210 views Asked by At

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.

1

There are 1 answers

1
rawel On

It should be install-package IdentityServer3

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