当我在包管理器控制台中运行以下命令时:
install-package Thinktecture.IdentityServer3我正在犯错误:
安装-包:无法找到包' Thinktecture.IdentityServer3‘在行:1字符:16+安装-包<<<< Thinktecture.IdentityServer3+ CategoryInfo : NotSpecified:(:)安装-包,异常+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NotSpecified
我遵循本教程来保护我的restful https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html。
并使用VisualStudio2015Express为网络服务。
发布于 2016-07-04 23:52:26
应该是install-package IdentityServer3
查看这里的最新教程https://identityserver.github.io/Documentation/docsv2/overview/mvcGettingStarted.html
https://stackoverflow.com/questions/38173135
复制相似问题