我正在尝试通过Nuget
在一个空白的Windows应用商店应用中安装SignalRInstall-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?
答案 0 :(得分:3)
错误提供了解决此问题的必要线索。您不能在Windows App Store应用程序内使用整个SignalR软件包(它是SignalR服务器)。
包/组件概述:
https://github.com/SignalR/SignalR/wiki/Package-Overview
您需要客户:
答案 1 :(得分:0)
您需要为Windows应用商店应用安装信号器客户端。您可以通过安装以下软件包安装包Microsoft.AspNet.SignalR.Client -pre来安装