akkadotnet/Alpakka

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

Aaronontheweb opened this issue · 2 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)

Closed by #639