I am migrating the WPF application to the Windows Store application. I have some presentation models that I would like to add to the portable class library. This code uses a reactive structure. I created a library and I use the nuget package manager to add a reactive project to the project. I get the following:
Could not install package 'reactiveui-platforms 5.4.0'. You are trying to install this package into a project that targets 'portable-net45+wp80+win', 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.
Is this really an unsupported configuration, or am I doing it wrong?
source
share