Skip to content

Is there a package to connect .NET Core 3.1 Server to a .NET 4.8 Clients? #26618

Answered by BrennanConroy
jcriddle-nci asked this question in Q&A
Discussion options

You must be logged in to vote

I have seen that SignalR does not support communication between .NET and .NET Core.

ASP.NET Core SignalR does not support talking to ASP.NET SignalR.

That doesn't mean you can't run the ASP.NET Core SignalR clients on .NET 4.8. The clients support netstandard2.0 (which is net461 I believe), and in 5.0 we added the net461 tfm to them directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davidfowl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants