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

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.2.25164.1
                    
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.2.25164.1
                    
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.2.25164.1" />
                    
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.2.25164.1" />
                    
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.2.25164.1
                    
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.2.25164.1"
                    
#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.2.25164.1
                    
#: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.2.25164.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.2.25164.1&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 (53)

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/30000d883e06c122311a66894579bc12329a09d4

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.7.25380.108 197 8/12/2025
10.0.0-preview.6.25358.103 770 7/15/2025
10.0.0-preview.5.25277.114 2,161 6/6/2025
10.0.0-preview.4.25258.110 2,642 5/12/2025
10.0.0-preview.3.25172.1 7,137 4/10/2025
10.0.0-preview.2.25164.1 4,589 3/18/2025
10.0.0-preview.1.25120.3 2,218 2/25/2025
9.0.8 14,792 8/5/2025
9.0.7 102,911 7/8/2025
9.0.6 263,365 6/10/2025
9.0.5 342,302 5/13/2025
9.0.4 534,085 4/8/2025
9.0.3 457,994 3/11/2025
9.0.2 546,343 2/11/2025
9.0.1 632,012 1/14/2025
9.0.0 875,821 11/12/2024
9.0.0-rc.2.24474.3 36,575 10/8/2024
9.0.0-rc.1.24452.1 3,592 9/10/2024
9.0.0-preview.7.24406.2 5,560 8/13/2024
9.0.0-preview.6.24328.4 8,534 7/9/2024
9.0.0-preview.5.24306.11 8,452 6/11/2024
9.0.0-preview.4.24267.6 11,815 5/21/2024
9.0.0-preview.3.24172.13 5,941 4/11/2024
9.0.0-preview.2.24128.4 6,060 3/12/2024
9.0.0-preview.1.24081.5 5,966 2/13/2024
8.0.19 3,056 8/4/2025
8.0.18 20,492 7/8/2025
8.0.17 154,255 6/10/2025
8.0.16 133,017 5/13/2025
8.0.15 243,610 4/8/2025
8.0.14 254,891 3/11/2025
8.0.13 317,697 2/11/2025
8.0.12 456,934 1/14/2025
8.0.11 1,299,487 11/12/2024
8.0.10 1,772,091 10/8/2024
8.0.8 1,884,097 8/13/2024
8.0.7 1,207,145 7/9/2024
8.0.6 1,377,251 5/28/2024
8.0.5 441,632 5/14/2024
8.0.4 1,119,368 4/9/2024
8.0.3 960,853 3/12/2024
8.0.2 1,128,772 2/13/2024
8.0.1 1,550,666 1/9/2024
8.0.0 3,088,214 11/14/2023
8.0.0-rc.2.23480.2 16,553 10/10/2023
8.0.0-rc.1.23421.29 26,296 9/12/2023
8.0.0-preview.7.23375.9 13,782 8/8/2023
8.0.0-preview.6.23329.11 8,095 7/11/2023
8.0.0-preview.5.23302.2 5,202 6/13/2023
8.0.0-preview.4.23260.4 10,540 5/16/2023
8.0.0-preview.3.23177.8 20,372 4/11/2023
8.0.0-preview.2.23153.2 3,555 3/14/2023
8.0.0-preview.1.23112.2 7,119 2/21/2023
7.0.20 115,311 5/28/2024
7.0.19 11,920 5/14/2024
7.0.18 47,624 4/9/2024
7.0.17 79,936 3/12/2024
7.0.16 111,904 2/13/2024
7.0.15 226,714 1/9/2024
7.0.14 272,361 11/14/2023
7.0.13 445,504 10/24/2023
7.0.12 335,430 10/10/2023
7.0.11 564,458 9/12/2023
7.0.10 660,948 8/8/2023
7.0.9 786,954 7/11/2023
7.0.8 349,000 6/22/2023
7.0.7 188,192 6/13/2023
7.0.5 1,197,461 4/11/2023
7.0.4 485,068 3/14/2023
7.0.3 660,894 2/14/2023
7.0.2 1,175,955 1/10/2023
7.0.1 505,617 12/13/2022
7.0.0 1,092,329 11/7/2022
7.0.0-rc.2.22476.2 7,381 10/11/2022
7.0.0-rc.1.22427.2 5,292 9/14/2022
7.0.0-preview.7.22376.6 7,429 8/9/2022
7.0.0-preview.6.22330.3 4,434 7/12/2022
7.0.0-preview.5.22303.8 3,216 6/14/2022
7.0.0-preview.4.22251.1 6,684 5/10/2022
7.0.0-preview.3.22178.4 3,600 4/13/2022
7.0.0-preview.2.22153.2 17,592 3/14/2022
7.0.0-preview.1.22109.13 1,468 2/17/2022
6.0.36 261,183 11/12/2024
6.0.35 63,909 10/8/2024
6.0.33 52,808 8/13/2024
6.0.32 46,558 7/9/2024
6.0.31 81,977 5/28/2024
6.0.30 53,137 5/14/2024
6.0.29 80,717 4/9/2024
6.0.28 88,411 3/12/2024
6.0.27 88,221 2/13/2024
6.0.26 107,519 1/9/2024
6.0.25 242,489 11/14/2023
6.0.24 74,804 10/24/2023
6.0.23 63,479 10/10/2023
6.0.22 170,925 9/12/2023
6.0.21 237,940 8/8/2023
6.0.20 118,759 7/11/2023
6.0.19 210,269 6/22/2023
6.0.18 84,244 6/13/2023
6.0.16 445,738 4/11/2023
6.0.15 244,916 3/14/2023
6.0.14 262,178 2/14/2023
6.0.13 410,310 1/10/2023
6.0.12 245,056 12/13/2022
6.0.11 552,902 11/7/2022
6.0.10 1,219,794 10/11/2022
6.0.9 1,028,059 9/13/2022
6.0.8 1,348,930 8/9/2022
6.0.7 971,634 7/12/2022
6.0.6 964,219 6/14/2022
6.0.5 1,728,408 5/10/2022
6.0.4 928,901 4/11/2022
6.0.3 1,210,579 3/8/2022
6.0.2 938,284 2/8/2022
6.0.1 1,305,133 12/14/2021
6.0.0 2,742,043 11/8/2021
6.0.0-rc.2.21480.10 13,774 10/12/2021
6.0.0-rc.1.21452.15 11,541 9/14/2021
6.0.0-preview.7.21378.6 23,024 8/10/2021
6.0.0-preview.6.21355.2 5,863 7/14/2021
6.0.0-preview.5.21301.17 2,703 6/15/2021
6.0.0-preview.4.21253.5 5,878 5/24/2021
6.0.0-preview.3.21201.13 8,334 4/8/2021
6.0.0-preview.2.21154.6 2,835 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,443 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 605,546 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 75,479 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 83,080 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 101,128 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 327,163 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 344,898 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 630,316 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,496,180 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 623,618 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 478,869 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 673,706 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 406,085 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 704,544 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 398,897 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 291,122 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 409,612 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 626,494 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 372,829 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,181 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,401 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,168 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,159 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,264 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,113 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,194 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,537 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,491 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,028 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 201,779 12/13/2022
3.1.31 19,748 11/8/2022
3.1.30 20,701 10/11/2022
3.1.29 22,635 9/13/2022
3.1.28 22,378 8/9/2022
3.1.27 24,478 7/12/2022
3.1.26 41,216 6/14/2022
3.1.25 53,723 5/10/2022
3.1.24 37,826 4/11/2022
3.1.23 59,610 3/8/2022
3.1.22 407,638 12/14/2021
3.1.21 91,311 11/7/2021
3.1.20 41,984 10/11/2021
3.1.19 73,888 9/14/2021
3.1.18 99,781 8/10/2021
3.1.17 67,983 7/13/2021
3.1.16 63,606 6/8/2021
3.1.15 111,616 5/11/2021
3.1.14 140,179 4/6/2021
3.1.13 159,412 3/9/2021
3.1.12 163,413 2/9/2021
3.1.11 179,306 1/12/2021
3.1.10 621,128 11/9/2020
3.1.9 1,051,016 10/13/2020
3.1.8 1,323,762 9/8/2020
3.1.7 594,027 8/11/2020
3.1.6 2,601,449 7/14/2020
3.1.5 807,094 6/9/2020
3.1.4 554,109 5/12/2020
3.1.3 1,149,769 3/24/2020
3.1.2 768,782 2/18/2020
3.1.1 616,878 1/14/2020
3.1.0 619,877 12/3/2019
3.1.0-preview3.19555.2 9,319 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,392 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,183 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 55,970 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,562 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,112,275 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,000 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,239 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,366 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,608 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 20,006 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 10,114 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 8,160 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 3,056 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,189 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,870 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
1.2.0 3,586 1/14/2025
1.1.0 3,518,175 12/3/2018 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview3-35497 12,398 10/17/2018 1.1.0-preview3-35497 is deprecated because it is no longer maintained.
1.1.0-preview2-35157 11,521 9/12/2018 1.1.0-preview2-35157 is deprecated because it is no longer maintained.
1.1.0-preview1-35029 3,577 8/22/2018 1.1.0-preview1-35029 is deprecated because it is no longer maintained.
1.0.4 1,841,900 10/1/2018
1.0.3 198,274 8/21/2018
1.0.2 153,013 7/10/2018
1.0.1 121,848 6/18/2018
1.0.0 414,624 5/29/2018
1.0.0-rc1-final 14,397 5/6/2018 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-preview2-final 12,279 4/10/2018 1.0.0-preview2-final is deprecated because it is no longer maintained.
1.0.0-preview1-final 27,132 2/26/2018 1.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.0-alpha2-final 83,245 10/9/2017 1.0.0-alpha2-final is deprecated because it is no longer maintained.
1.0.0-alpha1-final 19,769 9/14/2017 1.0.0-alpha1-final is deprecated because it is no longer maintained.