Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在 Visual Studio 2010 中的项目上安装 Hangfire 时出现以下错误
外部包不能依赖于以项目为目标的包
我尝试单独安装 Newtonsoft.Json 以查看是否解决了它,但它没有帮助。
当前版本的 HangFire 依赖于 .NET 4.5+,2010 无法定位。
如果您使用旧版本的 Owin & HangFire,一切正常
Install-Package Microsoft.Owin.Host.SystemWeb -Version 2.1.0 Install-Package HangFire -Version 0.9.1
无论如何,使用 SQL Server 提供程序和 IIS 为我工作。