I'm developing with Visual Studio 2015 (u2) and have a library, Reactor.Core, which is setup as .NET portable. There was a manual build of this library that worked before, but the RC 1 does not (the previous 1.0.0 from NuGet didn't work either).
(I'm not an experienced C# developer so this could by simply a misconfiguration on my side.)
Error:
Could not install package 'Reactive.Streams 1.0.0-RC1'.
You are trying to install this package into a project that targets
'.NETPortable,Version=v4.5,Profile=Profile111', 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.
I'm developing with Visual Studio 2015 (u2) and have a library, Reactor.Core, which is setup as .NET portable. There was a manual build of this library that worked before, but the RC 1 does not (the previous 1.0.0 from NuGet didn't work either).
(I'm not an experienced C# developer so this could by simply a misconfiguration on my side.)
Error: