I see from the documentation that the Hub class is in package Microsoft.AspNetCore.SignalR. However, when I look at the package in NuGet, it says it has been deprecated.
I see that the Hub class comes automatically in, say, a web API project, but how can I reference it in a class library (without using a deprecated package)?
