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.
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 (51)

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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

Traderr.Next.Shared

Traderr.io

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-preview.6.25358.103 261 7/15/2025
10.0.0-preview.5.25277.114 2,120 6/6/2025
10.0.0-preview.4.25258.110 2,557 5/12/2025
10.0.0-preview.3.25172.1 7,069 4/10/2025
10.0.0-preview.2.25164.1 4,566 3/18/2025
10.0.0-preview.1.25120.3 2,204 2/25/2025
9.0.7 69,912 7/8/2025
9.0.6 253,781 6/10/2025
9.0.5 332,025 5/13/2025
9.0.4 524,557 4/8/2025
9.0.3 451,011 3/11/2025
9.0.2 537,130 2/11/2025
9.0.1 625,780 1/14/2025
9.0.0 863,704 11/12/2024
9.0.0-rc.2.24474.3 33,738 10/8/2024
9.0.0-rc.1.24452.1 3,583 9/10/2024
9.0.0-preview.7.24406.2 5,538 8/13/2024
9.0.0-preview.6.24328.4 8,442 7/9/2024
9.0.0-preview.5.24306.11 8,435 6/11/2024
9.0.0-preview.4.24267.6 11,376 5/21/2024
9.0.0-preview.3.24172.13 5,925 4/11/2024
9.0.0-preview.2.24128.4 5,857 3/12/2024
9.0.0-preview.1.24081.5 5,956 2/13/2024
8.0.18 12,541 7/8/2025
8.0.17 146,397 6/10/2025
8.0.16 127,859 5/13/2025
8.0.15 236,520 4/8/2025
8.0.14 243,371 3/11/2025
8.0.13 312,758 2/11/2025
8.0.12 448,369 1/14/2025
8.0.11 1,284,132 11/12/2024
8.0.10 1,758,629 10/8/2024
8.0.8 1,869,153 8/13/2024
8.0.7 1,193,474 7/9/2024
8.0.6 1,359,480 5/28/2024
8.0.5 439,436 5/14/2024
8.0.4 1,111,652 4/9/2024
8.0.3 952,989 3/12/2024
8.0.2 1,122,370 2/13/2024
8.0.1 1,540,096 1/9/2024
8.0.0 3,056,898 11/14/2023
8.0.0-rc.2.23480.2 16,509 10/10/2023
8.0.0-rc.1.23421.29 26,289 9/12/2023
8.0.0-preview.7.23375.9 13,770 8/8/2023
8.0.0-preview.6.23329.11 8,045 7/11/2023
8.0.0-preview.5.23302.2 5,184 6/13/2023
8.0.0-preview.4.23260.4 10,527 5/16/2023
8.0.0-preview.3.23177.8 20,353 4/11/2023
8.0.0-preview.2.23153.2 3,537 3/14/2023
8.0.0-preview.1.23112.2 7,099 2/21/2023
7.0.20 113,836 5/28/2024
7.0.19 11,902 5/14/2024
7.0.18 47,543 4/9/2024
7.0.17 79,808 3/12/2024
7.0.16 109,409 2/13/2024
7.0.15 226,332 1/9/2024
7.0.14 272,050 11/14/2023
7.0.13 444,787 10/24/2023
7.0.12 335,234 10/10/2023
7.0.11 562,181 9/12/2023
7.0.10 659,879 8/8/2023
7.0.9 784,094 7/11/2023
7.0.8 348,357 6/22/2023
7.0.7 187,847 6/13/2023
7.0.5 1,195,735 4/11/2023
7.0.4 483,524 3/14/2023
7.0.3 652,317 2/14/2023
7.0.2 1,169,356 1/10/2023
7.0.1 505,252 12/13/2022
7.0.0 1,090,318 11/7/2022
7.0.0-rc.2.22476.2 7,356 10/11/2022
7.0.0-rc.1.22427.2 5,275 9/14/2022
7.0.0-preview.7.22376.6 7,417 8/9/2022
7.0.0-preview.6.22330.3 4,416 7/12/2022
7.0.0-preview.5.22303.8 3,201 6/14/2022
7.0.0-preview.4.22251.1 6,668 5/10/2022
7.0.0-preview.3.22178.4 3,589 4/13/2022
7.0.0-preview.2.22153.2 17,572 3/14/2022
7.0.0-preview.1.22109.13 1,455 2/17/2022
6.0.36 253,861 11/12/2024
6.0.35 63,633 10/8/2024
6.0.33 52,418 8/13/2024
6.0.32 46,145 7/9/2024
6.0.31 81,442 5/28/2024
6.0.30 52,989 5/14/2024
6.0.29 79,692 4/9/2024
6.0.28 88,009 3/12/2024
6.0.27 87,612 2/13/2024
6.0.26 107,308 1/9/2024
6.0.25 241,617 11/14/2023
6.0.24 74,542 10/24/2023
6.0.23 63,447 10/10/2023
6.0.22 170,079 9/12/2023
6.0.21 236,912 8/8/2023
6.0.20 118,227 7/11/2023
6.0.19 209,622 6/22/2023
6.0.18 84,147 6/13/2023
6.0.16 444,137 4/11/2023
6.0.15 244,765 3/14/2023
6.0.14 261,836 2/14/2023
6.0.13 409,369 1/10/2023
6.0.12 244,069 12/13/2022
6.0.11 551,668 11/7/2022
6.0.10 1,218,905 10/11/2022
6.0.9 1,026,487 9/13/2022
6.0.8 1,347,721 8/9/2022
6.0.7 970,552 7/12/2022
6.0.6 963,364 6/14/2022
6.0.5 1,727,559 5/10/2022
6.0.4 927,634 4/11/2022
6.0.3 1,210,252 3/8/2022
6.0.2 936,472 2/8/2022
6.0.1 1,304,206 12/14/2021
6.0.0 2,734,098 11/8/2021
6.0.0-rc.2.21480.10 13,753 10/12/2021
6.0.0-rc.1.21452.15 11,526 9/14/2021
6.0.0-preview.7.21378.6 23,010 8/10/2021
6.0.0-preview.6.21355.2 5,849 7/14/2021
6.0.0-preview.5.21301.17 2,686 6/15/2021
6.0.0-preview.4.21253.5 5,866 5/24/2021
6.0.0-preview.3.21201.13 8,317 4/8/2021
6.0.0-preview.2.21154.6 2,812 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,419 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 604,311 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 75,415 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 82,773 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 100,994 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 326,688 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 344,672 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 629,968 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,494,893 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 622,894 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 478,627 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 672,302 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 405,882 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 704,246 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 398,626 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 290,962 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 409,438 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 626,230 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 372,308 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,152 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,375 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,130 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,136 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,240 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,089 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,169 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,511 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,465 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,000 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 201,094 12/13/2022
3.1.31 19,510 11/8/2022
3.1.30 20,680 10/11/2022
3.1.29 22,611 9/13/2022
3.1.28 22,352 8/9/2022
3.1.27 24,435 7/12/2022
3.1.26 41,193 6/14/2022
3.1.25 53,355 5/10/2022
3.1.24 37,804 4/11/2022
3.1.23 59,377 3/8/2022
3.1.22 407,153 12/14/2021
3.1.21 91,278 11/7/2021
3.1.20 41,962 10/11/2021
3.1.19 73,846 9/14/2021
3.1.18 99,697 8/10/2021
3.1.17 67,934 7/13/2021
3.1.16 63,580 6/8/2021
3.1.15 111,555 5/11/2021
3.1.14 139,936 4/6/2021
3.1.13 159,380 3/9/2021
3.1.12 162,702 2/9/2021
3.1.11 179,158 1/12/2021
3.1.10 620,908 11/9/2020
3.1.9 1,050,320 10/13/2020
3.1.8 1,323,335 9/8/2020
3.1.7 593,585 8/11/2020
3.1.6 2,590,930 7/14/2020
3.1.5 806,689 6/9/2020
3.1.4 553,575 5/12/2020
3.1.3 1,147,587 3/24/2020
3.1.2 766,317 2/18/2020
3.1.1 615,804 1/14/2020
3.1.0 619,326 12/3/2019
3.1.0-preview3.19555.2 9,294 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,365 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,158 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 55,908 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,533 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,111,634 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,977 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,216 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,341 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,586 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 19,978 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 10,090 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 8,136 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 3,032 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,164 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,845 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
1.2.0 3,511 1/14/2025
1.1.0 3,514,729 12/3/2018 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview3-35497 12,365 10/17/2018 1.1.0-preview3-35497 is deprecated because it is no longer maintained.
1.1.0-preview2-35157 11,481 9/12/2018 1.1.0-preview2-35157 is deprecated because it is no longer maintained.
1.1.0-preview1-35029 3,541 8/22/2018 1.1.0-preview1-35029 is deprecated because it is no longer maintained.
1.0.4 1,841,587 10/1/2018
1.0.3 198,193 8/21/2018
1.0.2 152,946 7/10/2018
1.0.1 121,539 6/18/2018
1.0.0 413,531 5/29/2018
1.0.0-rc1-final 14,362 5/6/2018 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-preview2-final 12,231 4/10/2018 1.0.0-preview2-final is deprecated because it is no longer maintained.
1.0.0-preview1-final 27,081 2/26/2018 1.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.0-alpha2-final 83,182 10/9/2017 1.0.0-alpha2-final is deprecated because it is no longer maintained.
1.0.0-alpha1-final 19,732 9/14/2017 1.0.0-alpha1-final is deprecated because it is no longer maintained.