GuillaumeSalles / redux.NET

Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
712 stars 86 forks source link

Hard versioned Rx-Main dependency #37

Closed Maarten88 closed 7 years ago

Maarten88 commented 8 years ago

All Rx-* packages seem to have been unlisted from nuget. They have been succeeded by new NETCore compatible versions and renamed as System.Reactive, version 3.0.0

Redux.NET has a hard nuget dependency on Rx-Main 2.2.5, causing a compile error after trying to migrate to the new version.

GuillaumeSalles commented 7 years ago

Sorry for not replying sooner...

I just pushed a new version of Redux.NET that depend on System.Reactive. You can find it here : https://www.nuget.org/packages/Redux.NET/1.0.1