Search code examples
asp.netasp.net-corenugetsignalraspnetboilerplate

aspnetboilerplate .NET Core SignalR Integration


I am using ABP's .NET Core template now, and have a need for real time notifications.

I read through ABP's documentation on SignalR, and wish to implement it, but when I tried to install the ABP's SignalR package, it complains that it is not compatible with .NET Core.

Is there something I am missing? Thanks.


Solution

  • There is a normal asp.net version of SignalR and the asp.net core version, make sure you're using the correct one.

    Edit

    Seems the ABP SignalR nuget package only supports the full framework, in which case you should probably reference the asp.net core version from above directly until they update their package to support core.