I have a .Net framework 4.7.2 project that is using Microsoft.AspNet.SignalR nuget package, not Microsoft.AspNetCore.SignalR since it's not supported in .Net framework 4.7.2.
For my react client app, I'm not sure which client package I should use.
Does the option 2 support .Net framework 4.7.2 as well?
I've tried reading Microsoft documentation but wasn't able to find this information.