【发布时间】:2019-04-19 20:49:26
【问题描述】:
我正在尝试使用 VS 2015 将 OWIN JWT 添加到 webapi 项目中。参考显示 Microsoft.Owin.Security.Jwt, Version=4.0.0.0 和 Microsoft.IdentityModel.Tokens Version=5.3.0.0。下面是运行时的错误。我在源代码中找不到5.2.0.0。
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.IdentityModel.Tokens, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Users/xxx/Documents/xxx/WebApi/
LOG: Initial PrivatePath = C:\Users\xxx\Documents\xxx\WebApi\bin
Calling assembly : Microsoft.Owin.Security.Jwt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
有什么想法吗?
【问题讨论】:
标签: asp.net-web-api jwt owin