我正在尝试使用VS2013将System.Reactive.Core
添加到.NET 4.0项目并获得以下错误:
Could not install package `System.Reactive.Core 3.0.0`.
You are trying to install this package into a project that target
`.NETFramework,Version=v4.0`, but the package does not contain any assembly
reference or content files that are compatible with that framework.
我也不能在nuget.org
上找到旧的Rx-Main包了。
如何在。net 4.0上安装Rx ?
我想我将不得不手动去找RxMain 2。X库并直接从我的解决方案中的lib文件夹中引用它们?
好吧,我明白了,Rx-Main已经未列出,因此只能使用以下命令安装:
Install-Package Rx-Main -Version 2.2.5
致Rx团队:你们应该重新创建2.2.5系统。