akkadotnet / Alpakka

Akka Streams Connectors - Alpakka

Home Page:https://alpakka.getakka.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to migrate SignalR.Core packages to Microsoft.AspNet.SignalR

Aaronontheweb opened this issue · comments

https://www.nuget.org/packages/Microsoft.AspNet.SignalR - this is what we should be targeting inside, rather than:

<PackageReference Include="microsoft.aspnetcore.signalr" Version="1.1.0" />

Microsoft.AspNet.SignalR is actually the old version that targets Net Framework, its getting deprecated.
https://docs.microsoft.com/en-us/previous-versions/aspnet/jj919047(v=vs.118)