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

Won't compile in Xamarin #65

Open PostImpatica opened 7 years ago

PostImpatica commented 7 years ago

I'm using xamarin in vs2017 preview for mac and the pcl 4.5 111 profile and it won't compile using version 2.0.0 of Redux.Net. It tells me it was compiled against PCL 5.0 and isn't compatible. Basically same issue as #41 just a different profile I guess.

masterwok commented 7 years ago

Seeing this as well...

cmeeren commented 7 years ago

For now, try using a pre-2.x.x version. AFAIK the only change 2.0.0 brought was .net standard compatibility. Note that I'm successfully using 2.0.0 with profile 7.