1

我正在开发一个使用几个 nuget 包来解码 Json Web 令牌的 Azure 函数。

我在 project.json 中引用了 System.IdentityModel.Tokens.Jwt 和 Microsoft.IdentityModel.Protocol.Extensions 并且它编译得很好。

我可以使用 System.IdentityModel.Tokens.Jwt 中的类和方法,但似乎 Microsoft.IdentityModel.Protocol.Extensions 看不到程序集。

"One or more errors occurred. Microsoft.IdentityModel.Protocol.Extensions: Could not load file or assembly 'System.IdentityModel.Tokens.Jwt, Version=4.0.20622.1351, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."

我仔细检查了 nuget 包源和 Kudu 中的依赖关系,以确保它们存在。

我有点不知道接下来要调查什么!

干杯,

约旦。

4

0 回答 0