简体   繁体   English

将旧的.Net 35项目升级到4.x->在哪里下载Reactive Framework 4.x

[英]Upgrading old .Net 35 Project to 4.x -> Where do I download Reactive Framework 4.x

Upgrading old .Net 35 Project to 4.x -> Where do I download Reactive Framework 4.x. 将旧的.Net 35项目升级到4.x->在哪里下载Reactive Framework4.x。

I looked here where MSDN forums pointed: https://msdn.microsoft.com/library/hh242985.aspx?f=255&MSPPError=-2147217396 我在MSDN论坛指向的地方看过这里: https : //msdn.microsoft.com/library/hh242985.aspx?f=255&MSPPError=-2147217396

Did not find DnLoad link? 找不到DnLoad链接?

Thanks in advance. 提前致谢。

The Rx-* packages have been frozen at 2.2.5 because the packages themselves require breaking changes to support .NET Core. Rx-*软件包已冻结在2.2.5,因为软件包本身需要重大更改才能支持.NET Core。 And rather than bumping the major version, they've decided to start fresh with System.Reactive* naming. 他们决定不使用主要版本,而是决定以System.Reactive*命名重新开始。

You can simply use the PM console: 您可以简单地使用PM控制台:

Install-Package System.Reactive

You will need an updated version of the nuget package installer to be able to parse the 3.x packages. 您将需要nuget软件包安装程序的更新版本才能解析3.x软件包。 Here's the release announcement . 这是发行公告

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将 class 库项目升级到 .net 标准 2.1,其中 .net 框架 4.X 项目已引用该标准 - Upgrading class library project to .net standard 2.1 where this has been referenced by .net framework 4.X projects .NET 5 项目不能真正与旧的第 3 方一起使用 .NET 框架 2.x/4.x 程序集 - .NET 5 Project not really working with old 3rd Party .NET Framework 2.x/4.x assemblies 如何防止Entity Framework 4.x中的孤立对象? - How do I prevent orphaned objects in Entity Framework 4.x? 从aspnet5引用“旧”.NET 4.x DLL? - Reference “old” .NET 4.x DLL from aspnet5? MMC SnapIn和.Net 4.x. - MMC SnapIn and .Net 4.x 在Core 2.0 Web API项目中引用了.net Framework 4.x程序集的app.config迁移? - app.config migration for .net framework 4.x assemblies referenced in Core 2.0 Web API project? PersistKeysToAzureBlobStorage():.NET Framework 4.6 / 4.x应用程序是否具有等效的方法? - PersistKeysToAzureBlobStorage(): Is there an equivalent Method for .Net Framework 4.6/4.x Applications? .NET Framework 4.x中的插件系统安全性(无CAS) - Plugin system security in .NET Framework 4.x (without CAS) 我可以在.NET Framework 4.x中使用Pomelo.EntityFrameworkCore.MySql吗? - Can I use Pomelo.EntityFrameworkCore.MySql with .NET Framework 4.x? 目标.NET 4.x和.NET Standard 2.0 - Target .NET 4.x and .NET Standard 2.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM