简体   繁体   中英

Install-Package SignalR causes Unable to find package 'SignalR'

I'm trying to install SignalR package via NuGet but it doesn't see one:

PM> Install-Package SignalR
Install-Package : Unable to find package 'SignalR'.
At line:1 char:1
+ Install-Package SignalR
+ ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

How can I solve this problem?

It was renamed to Microsoft.AspNet.SignalR . For more details see http://weblogs.asp.net/davidfowler/archive/2012/11/11/microsoft-asp-net-signalr.aspx

Search for:

Microsoft.AspNet.SignalR

... but make sure "Include Prerelease" is selected at the top of the window.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM