Microsoft.AspNetCore.SignalR.Client.Core
11.0.0-preview.5.26302.115
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core --version 11.0.0-preview.5.26302.115
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 11.0.0-preview.5.26302.115
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="11.0.0-preview.5.26302.115" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="11.0.0-preview.5.26302.115" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" />
paket add Microsoft.AspNetCore.SignalR.Client.Core --version 11.0.0-preview.5.26302.115
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 11.0.0-preview.5.26302.115"
#:package Microsoft.AspNetCore.SignalR.Client.Core@11.0.0-preview.5.26302.115
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=11.0.0-preview.5.26302.115&prerelease
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=11.0.0-preview.5.26302.115&prerelease
About
Microsoft.AspNetCore.SignalR.Client.Core provides core functionality for the .NET client for ASP.NET Core SignalR.
This package contains only the connection-agnostic components of the .NET SignalR client, and does not provide a default connection implementation. In most scenarios, the Microsoft.AspNetCore.SignalR.Client package should be used because it provides an HTTP connection implementation.
Key Features
SignalR provides the following capabilities:
- Automatic connection management
- Sending messages to all connected clients simultaneously
- Sending messages to specific clients or groups of clients
- Scaling to handle increasing traffic
How to Use
To use Microsoft.AspNetCore.SignalR.Client.Core, follow these steps:
Installation
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core
Configuration
The .NET SignalR client requires a connection implementation. To use an HTTP connection implementation, install the Microsoft.AspNetCore.SignalR.Client package.
Main Types
The main types provided by Microsoft.AspNetCore.SignalR.Client.Core include:
HubConnectionBuilder: Provides an abstraction to construct new SignalR hub connectionsHubConnection: Defines methods for managing a hub connection, including:- Starting and stopping the connection
- Sending and receiving messages
- Handling disconnects and attempting reconnects
HubConnectionOptions: Provides options for configuring aHubConnection
Additional Documentation
For additional documentation and examples, refer to the official documentation on the .NET client for ASP.NET Core SignalR.
Feedback & Contributing
Microsoft.AspNetCore.SignalR.Client.Core is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net11.0 is compatible. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.AspNetCore.SignalR.Common (>= 11.0.0-preview.5.26302.115)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 11.0.0-preview.5.26302.115)
- Microsoft.Bcl.TimeProvider (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.DependencyInjection (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.Logging (>= 11.0.0-preview.5.26302.115)
- System.Threading.Channels (>= 11.0.0-preview.5.26302.115)
-
.NETStandard 2.0
- Microsoft.AspNetCore.SignalR.Common (>= 11.0.0-preview.5.26302.115)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 11.0.0-preview.5.26302.115)
- Microsoft.Bcl.TimeProvider (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.DependencyInjection (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.Logging (>= 11.0.0-preview.5.26302.115)
- System.Threading.Channels (>= 11.0.0-preview.5.26302.115)
-
.NETStandard 2.1
- Microsoft.AspNetCore.SignalR.Common (>= 11.0.0-preview.5.26302.115)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 11.0.0-preview.5.26302.115)
- Microsoft.Bcl.TimeProvider (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.DependencyInjection (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.Logging (>= 11.0.0-preview.5.26302.115)
- System.Threading.Channels (>= 11.0.0-preview.5.26302.115)
-
net11.0
- Microsoft.AspNetCore.SignalR.Common (>= 11.0.0-preview.5.26302.115)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.DependencyInjection (>= 11.0.0-preview.5.26302.115)
- Microsoft.Extensions.Logging (>= 11.0.0-preview.5.26302.115)
NuGet packages (63)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.SignalR.Client.Core:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.SignalR.Client
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe |
|
|
MDriven.Net.Http.netStandard
Package Description |
|
|
DHI.Platform.SDK
Package Description |
|
|
SignalR.Strong
Strongly-typed calls from client to server and handlers for calls from server to client |
|
|
Sufficit.Blazor
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.SignalR.Client.Core:
| Repository | Stars |
|---|---|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
|
asieradzk/RL_Matrix
Deep Reinforcement Learning in C#
|
|
|
mobitouchOS/MaIN.NET
NuGet package designed to make LLMs, RAG, and Agents first-class citizens in .NET
|
|
|
Spreads/SignalW
Even simpler and faster real-time web for ASP.NET Core.
|
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.6.26359.118 | 311 | 7/14/2026 |
| 11.0.0-preview.5.26302.115 | 9,676 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 8,379 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 6,316 | 4/14/2026 |
| 10.0.10 | 50,821 | 7/14/2026 |
| 10.0.9 | 924,680 | 6/9/2026 |
| 10.0.8 | 948,753 | 5/12/2026 |
| 10.0.7 | 1,205,865 | 4/21/2026 |
| 10.0.6 | 428,740 | 4/14/2026 |
| 10.0.5 | 1,548,658 | 3/12/2026 |
| 9.0.18 | 3,267 | 7/14/2026 |
| 9.0.17 | 55,249 | 6/9/2026 |
| 9.0.16 | 85,858 | 5/12/2026 |
| 9.0.15 | 178,574 | 4/14/2026 |
| 8.0.29 | 5,666 | 7/14/2026 |
| 8.0.28 | 80,979 | 6/9/2026 |
| 8.0.27 | 87,194 | 5/12/2026 |
| 8.0.26 | 89,133 | 4/14/2026 |
| 1.2.11 | 324 | 6/9/2026 |
| 1.2.10 | 657 | 5/12/2026 |