Add Java Client comment on version variance page (#9953)
* fixes #9952 * added asp.net signalr client to java page * Update aspnetcore/signalr/version-differences.md Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>pull/10017/head
parent
ce4686efa9
commit
ee96fb5142
|
@ -19,6 +19,7 @@ ASP.NET Core SignalR isn't compatible with clients or servers for ASP.NET Signal
|
|||
| Server NuGet Package | [Microsoft.AspNet.SignalR](https://www.nuget.org/packages/Microsoft.AspNet.SignalR/) | [Microsoft.AspNetCore.App](https://www.nuget.org/packages/Microsoft.AspNetCore.App/) (.NET Core)<br>[Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) (.NET Framework) |
|
||||
| Client NuGet Packages | [Microsoft.AspNet.SignalR.Client](https://www.nuget.org/packages/Microsoft.AspNet.SignalR.Client/)<br>[Microsoft.AspNet.SignalR.JS](https://www.nuget.org/packages/Microsoft.AspNet.SignalR.JS/) | [Microsoft.AspNetCore.SignalR.Client](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR.Client/) |
|
||||
| Client npm Package | [signalr](https://www.npmjs.com/package/signalr) | [@aspnet/signalr](https://www.npmjs.com/package/@aspnet/signalr) |
|
||||
| Java Client | [GitHub Repository](https://github.com/SignalR/java-client) (deprecated) | Maven package [com.microsoft.signalr](https://search.maven.org/artifact/com.microsoft.signalr/signalr) |
|
||||
| Server App Type | ASP.NET (System.Web) or OWIN Self-Host | ASP.NET Core |
|
||||
| Supported Server Platforms | .NET Framework 4.5 or later | .NET Framework 4.6.1 or later<br>.NET Core 2.1 or later |
|
||||
|
||||
|
|
Loading…
Reference in New Issue