是否可以在项目.Net框架4.5中引用IdentityModel库



当我尝试为我的 .NET Framework 4.5 控制台应用程序安装 IdentityModel 的 nuget 包时,出现错误:

Could not install package 'IdentityModel 3.10.10'. You are trying to install
this package into a project that targets '.NETFramework,Version=v4.5', but the
package does not contain any assembly references or content files that are
compatible with that framework. For more information, contact the package author.

但它确实适用于我面向.NET Core 2.1的 ASP.NET Web应用程序。

是否可以在控制台应用程序中使用此库,还是强制使用 Web 应用程序?

IdentityModel 需要最小值。NETFramework 4.5.2 或 NetStandard 2.0

https://www.nuget.org/packages/identitymodel/

请看下文https://learn.microsoft.com/en-us/dotnet/standard/net-standard

相关内容

  • 没有找到相关文章

最新更新