Microsoft.AspNetCore.SignalR.Client.Core 10.0.0-preview.6.25358.103

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.SignalR.Client.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.6.25358.103
                    
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.6.25358.103
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.6.25358.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.0-preview.6.25358.103" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.SignalR.Client.Core --version 10.0.0-preview.6.25358.103
                    
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.6.25358.103"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.SignalR.Client.Core@10.0.0-preview.6.25358.103
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.6.25358.103&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.6.25358.103&prerelease
                    
Install as a Cake Tool

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 connections
  • HubConnection: 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 a HubConnection

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 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 is compatible.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (54)

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/2db1f5ee2bdda2e8d873769325fabede32e420e0

MDriven.Net.Http.netStandard

Package Description

SignalR.Strong

Strongly-typed calls from client to server and handlers for calls from server to client

DHI.Platform.SDK

Package Description

Sufficit.Blazor

Package Description

GitHub repositories (6)

Showing the top 6 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#
SaviorXTanren/mixer-mixitup
Streaming bot application for handling chat, events, moderation, and other streamer assistance features
wisedev-code/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
10.0.0-rc.1.25451.107 9,930 9/9/2025
10.0.0-preview.7.25380.108 3,624 8/12/2025
10.0.0-preview.6.25358.103 2,697 7/15/2025
10.0.0-preview.5.25277.114 2,576 6/6/2025
10.0.0-preview.4.25258.110 5,972 5/12/2025
10.0.0-preview.3.25172.1 8,469 4/10/2025
10.0.0-preview.2.25164.1 6,361 3/18/2025
10.0.0-preview.1.25120.3 2,310 2/25/2025
9.0.9 131,214 9/9/2025
9.0.8 438,299 8/5/2025
9.0.7 327,525 7/8/2025
9.0.6 423,297 6/10/2025
9.0.5 450,745 5/13/2025
9.0.4 665,499 4/8/2025
9.0.3 541,808 3/11/2025
9.0.2 636,469 2/11/2025
9.0.1 779,851 1/14/2025
9.0.0 1,018,449 11/12/2024
9.0.0-rc.2.24474.3 37,793 10/8/2024
9.0.0-rc.1.24452.1 3,699 9/10/2024
9.0.0-preview.7.24406.2 6,384 8/13/2024
9.0.0-preview.6.24328.4 8,738 7/9/2024
9.0.0-preview.5.24306.11 8,625 6/11/2024
9.0.0-preview.4.24267.6 12,448 5/21/2024
9.0.0-preview.3.24172.13 6,235 4/11/2024
9.0.0-preview.2.24128.4 6,358 3/12/2024
9.0.0-preview.1.24081.5 6,096 2/13/2024
8.0.20 51,065 9/9/2025
8.0.19 117,146 8/4/2025
8.0.18 106,286 7/8/2025
8.0.17 270,666 6/10/2025
8.0.16 210,510 5/13/2025
8.0.15 347,169 4/8/2025
8.0.14 338,638 3/11/2025
8.0.13 390,322 2/11/2025
8.0.12 563,226 1/14/2025
8.0.11 1,494,108 11/12/2024
8.0.10 2,000,142 10/8/2024
8.0.8 2,109,683 8/13/2024
8.0.7 1,337,316 7/9/2024
8.0.6 1,487,555 5/28/2024
8.0.5 467,512 5/14/2024
8.0.4 1,256,788 4/9/2024
8.0.3 1,078,045 3/12/2024
8.0.2 1,209,889 2/13/2024
8.0.1 1,682,991 1/9/2024
8.0.0 3,396,715 11/14/2023
8.0.0-rc.2.23480.2 17,475 10/10/2023
8.0.0-rc.1.23421.29 26,345 9/12/2023
8.0.0-preview.7.23375.9 13,823 8/8/2023
8.0.0-preview.6.23329.11 8,226 7/11/2023
8.0.0-preview.5.23302.2 5,238 6/13/2023
8.0.0-preview.4.23260.4 10,575 5/16/2023
8.0.0-preview.3.23177.8 20,786 4/11/2023
8.0.0-preview.2.23153.2 3,583 3/14/2023
8.0.0-preview.1.23112.2 7,694 2/21/2023
7.0.20 129,672 5/28/2024
7.0.19 12,886 5/14/2024
7.0.18 49,729 4/9/2024
7.0.17 86,168 3/12/2024
7.0.16 119,578 2/13/2024
7.0.15 231,216 1/9/2024
7.0.14 277,386 11/14/2023
7.0.13 457,924 10/24/2023
7.0.12 342,919 10/10/2023
7.0.11 579,808 9/12/2023
7.0.10 682,353 8/8/2023
7.0.9 812,677 7/11/2023
7.0.8 355,402 6/22/2023
7.0.7 192,443 6/13/2023
7.0.5 1,223,353 4/11/2023
7.0.4 493,484 3/14/2023
7.0.3 679,991 2/14/2023
7.0.2 1,202,852 1/10/2023
7.0.1 517,416 12/13/2022
7.0.0 1,138,307 11/7/2022
7.0.0-rc.2.22476.2 7,440 10/11/2022
7.0.0-rc.1.22427.2 5,326 9/14/2022
7.0.0-preview.7.22376.6 7,459 8/9/2022
7.0.0-preview.6.22330.3 4,484 7/12/2022
7.0.0-preview.5.22303.8 3,385 6/14/2022
7.0.0-preview.4.22251.1 6,728 5/10/2022
7.0.0-preview.3.22178.4 3,634 4/13/2022
7.0.0-preview.2.22153.2 17,644 3/14/2022
7.0.0-preview.1.22109.13 1,504 2/17/2022
6.0.36 332,506 11/12/2024
6.0.35 71,495 10/8/2024
6.0.33 62,456 8/13/2024
6.0.32 51,507 7/9/2024
6.0.31 86,854 5/28/2024
6.0.30 57,705 5/14/2024
6.0.29 85,540 4/9/2024
6.0.28 94,321 3/12/2024
6.0.27 94,914 2/13/2024
6.0.26 109,442 1/9/2024
6.0.25 271,529 11/14/2023
6.0.24 77,034 10/24/2023
6.0.23 64,855 10/10/2023
6.0.22 173,597 9/12/2023
6.0.21 244,020 8/8/2023
6.0.20 122,282 7/11/2023
6.0.19 221,501 6/22/2023
6.0.18 87,387 6/13/2023
6.0.16 457,362 4/11/2023
6.0.15 248,859 3/14/2023
6.0.14 266,958 2/14/2023
6.0.13 424,783 1/10/2023
6.0.12 249,370 12/13/2022
6.0.11 560,811 11/7/2022
6.0.10 1,236,155 10/11/2022
6.0.9 1,052,114 9/13/2022
6.0.8 1,366,277 8/9/2022
6.0.7 985,996 7/12/2022
6.0.6 974,528 6/14/2022
6.0.5 1,757,540 5/10/2022
6.0.4 939,797 4/11/2022
6.0.3 1,221,590 3/8/2022
6.0.2 979,837 2/8/2022
6.0.1 1,319,467 12/14/2021
6.0.0 2,849,253 11/8/2021
6.0.0-rc.2.21480.10 13,905 10/12/2021
6.0.0-rc.1.21452.15 11,661 9/14/2021
6.0.0-preview.7.21378.6 23,054 8/10/2021
6.0.0-preview.6.21355.2 5,895 7/14/2021
6.0.0-preview.5.21301.17 2,733 6/15/2021
6.0.0-preview.4.21253.5 5,902 5/24/2021
6.0.0-preview.3.21201.13 8,411 4/8/2021
6.0.0-preview.2.21154.6 2,877 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 8,493 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 619,802 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 77,328 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 85,080 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 103,363 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 333,509 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 348,874 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 639,842 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,506,068 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 630,916 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 483,497 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 684,064 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 409,172 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 709,407 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 403,832 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 294,661 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 412,893 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 631,460 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 378,767 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,280 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 4,456 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 3,219 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 7,200 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 2,313 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 2,152 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 4,252 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 6,585 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 6,533 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 6,075 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 212,404 12/13/2022
3.1.31 21,474 11/8/2022
3.1.30 21,655 10/11/2022
3.1.29 23,604 9/13/2022
3.1.28 23,864 8/9/2022
3.1.27 26,068 7/12/2022
3.1.26 43,110 6/14/2022
3.1.25 56,009 5/10/2022
3.1.24 38,762 4/11/2022
3.1.23 61,550 3/8/2022
3.1.22 425,702 12/14/2021
3.1.21 92,407 11/7/2021
3.1.20 42,970 10/11/2021
3.1.19 74,982 9/14/2021
3.1.18 100,934 8/10/2021
3.1.17 68,912 7/13/2021
3.1.16 65,093 6/8/2021
3.1.15 114,251 5/11/2021
3.1.14 142,039 4/6/2021
3.1.13 161,685 3/9/2021
3.1.12 167,071 2/9/2021
3.1.11 181,625 1/12/2021
3.1.10 634,195 11/9/2020
3.1.9 1,077,698 10/13/2020
3.1.8 1,340,525 9/8/2020
3.1.7 600,585 8/11/2020
3.1.6 2,746,480 7/14/2020
3.1.5 818,199 6/9/2020
3.1.4 562,236 5/12/2020
3.1.3 1,172,312 3/24/2020
3.1.2 775,731 2/18/2020
3.1.1 622,106 1/14/2020
3.1.0 627,585 12/3/2019
3.1.0-preview3.19555.2 9,379 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,442 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,228 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 57,881 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 6,493 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,130,373 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,068 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,292 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,411 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,651 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 20,054 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 10,364 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 8,216 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 3,098 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,239 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,935 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
1.2.0 6,573 1/14/2025
1.1.0 3,589,618 12/3/2018 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview3-35497 12,623 10/17/2018 1.1.0-preview3-35497 is deprecated because it is no longer maintained.
1.1.0-preview2-35157 11,594 9/12/2018 1.1.0-preview2-35157 is deprecated because it is no longer maintained.
1.1.0-preview1-35029 3,659 8/22/2018 1.1.0-preview1-35029 is deprecated because it is no longer maintained.
1.0.4 1,849,975 10/1/2018
1.0.3 199,768 8/21/2018
1.0.2 154,456 7/10/2018
1.0.1 124,358 6/18/2018
1.0.0 422,851 5/29/2018
1.0.0-rc1-final 14,475 5/6/2018 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-preview2-final 12,374 4/10/2018 1.0.0-preview2-final is deprecated because it is no longer maintained.
1.0.0-preview1-final 27,234 2/26/2018 1.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.0-alpha2-final 83,623 10/9/2017 1.0.0-alpha2-final is deprecated because it is no longer maintained.
1.0.0-alpha1-final 19,859 9/14/2017 1.0.0-alpha1-final is deprecated because it is no longer maintained.