Mohammad Dayyan
Mohammad Dayyan

Reputation: 22409

Use SignalR in WebApi .Net Core 2?

I want to use SignalR in a WebApi .Net Core 2 project.
So, I want to install Microsoft.AspNetCore.SignalR package , But I can't find it in www.nuget.org
How can I Use SignalR in a WebApi .Net Core 2 project?

Upvotes: 0

Views: 519

Answers (1)

Stephu
Stephu

Reputation: 3334

You need to check "Include prerelease": enter image description here

More details how to use: https://blogs.msdn.microsoft.com/webdev/2017/09/14/announcing-signalr-for-asp-net-core-2-0/

Upvotes: 3

Related Questions