命名空间 azure 中不存在类型或命名空间 webjobs

type or namespace webjobs does not exist in the namespace azure

如果我使用 nuget 包 Microsoft.Azure.Webjobs v 2.0.0 就没有问题。如果我升级到 2.1.0 或 2.2.0,我会得到这个编译错误。

有什么建议吗?

正如我所测试的,当你的 .net 框架版本是 <=4.6 时,你升级到 webjobs 2.2.0 会出错。

因为从2.0.0升级到2.2.0时,只增加了Microsoft.Extensions.Logging.Abstractions,依赖的是.net standard 2.0。

如果您的.net framework版本需要与标准版本相匹配

因此确保您的 .net framework 大于或等于 .net framework 4.6