我正在尝试通过 Nuget 在空白的 Windows Store 应用程序中安装 SignalR
Install-Package Microsoft.AspNet.SignalR -pre
但我收到了这个错误消息:
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.
如何在 Windows 应用商店应用中安装 SignalR?