IdentityServer / IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
Apache License 2.0
544 stars 214 forks source link

v3.0.0版本中仍然使用了preview组件 #125

Closed chukaif closed 5 years ago

chukaif commented 5 years ago

在从nuget安装IndentityServer4.AccessTokenValidaton(3.0.0)时发现组件中使用了Microsoft.AspNetCore.Authentication.JwtBearer(3.0.0-preview9.19424.4),但是最新版本应该是Microsoft.AspNetCore.Authentication.JwtBearer(3.0.0),这会与其它nuget包中的引用冲突!