GuillaumeSalles / redux.NET

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

Cannot add to basic Xamarin.Forms project via nuget #41

Closed mypark closed 7 years ago

mypark commented 8 years ago

New to Xamarin.forms and PCLs, and I'm trying to add via nuget to a Hello world xamarin.forms project when I get the following error:

Could not install package 'Redux.NET 1.0.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

What framework do I need to target - and should I try to update the xamarin.forms starter project to that framework?

The only dependency I see in the .nuspec file is on System.Reactive 3.0.0 which I added already.

GuillaumeSalles commented 7 years ago

Hi @mypark,

Sorry for the delay. I was busy with other projects during the past few months...

I just released a new version of Redux.NET that target .NET standard 1.1. Maybe it will solve your case.

https://www.nuget.org/packages/Redux.NET/2.0.0

Hope it helps