Which SignalR package to install for a .NET 6 server project? – Asp.net
I have a NET6 project which is built part of a larger .NET 6 ASP.NET solution. The project still references: Microsoft.AspNetCore.SignalR, and Microsoft.AspNetCore.SignalR.Core Which have now been marked as deprecated. What packages do I need to install for their replacement?…