I'm trying to install SignalR in a blank Windows Store app via Nuget
Install-Package Microsoft.AspNet.SignalR -pre
but I got this error msg:
Install-Package : Could not install package 'Microsoft.AspNet.SignalR.Core 1.0.0-rc2'. You are trying to install this package into a
project that targets '.NETCore,Version=v4.5', but the package does not contain any assembly references that are compatible with that
framework. For more information, contact the package author.
How to install SignalR in a Windows Store app?