Hi everyone,
I was trying to update SignalR client package from 2.1.2 to 2.2, but I got this:
Install-Package : Could not install package 'Microsoft.AspNet.SignalR.Client 2.2.0'. You are trying to install this package into a project that targets 'portable-net45+sl50+win+wpa81+wp80', 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 assume, PCL compatibility is broken.
Hi everyone,
I was trying to update SignalR client package from 2.1.2 to 2.2, but I got this:
Install-Package : Could not install package 'Microsoft.AspNet.SignalR.Client 2.2.0'. You are trying to install this package into a project that targets 'portable-net45+sl50+win+wpa81+wp80', 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 assume, PCL compatibility is broken.