Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mypark opened this issue Oct 2, 2016 · 1 comment
Closed

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

mypark opened this issue Oct 2, 2016 · 1 comment

Comments

@mypark
Copy link

mypark commented Oct 2, 2016

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants