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

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.5.25277.114
                    
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client.Core -Version 10.0.0-preview.5.25277.114
                    
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.5.25277.114" />
                    
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.5.25277.114" />
                    
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.5.25277.114
                    
#r "nuget: Microsoft.AspNetCore.SignalR.Client.Core, 10.0.0-preview.5.25277.114"
                    
#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.5.25277.114
                    
#: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.5.25277.114&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client.Core&version=10.0.0-preview.5.25277.114&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 1,204 8/12/2025
10.0.0-preview.6.25358.103 1,724 7/15/2025
10.0.0-preview.5.25277.114 2,337 6/6/2025
10.0.0-preview.4.25258.110 3,732 5/12/2025
10.0.0-preview.3.25172.1 7,306 4/10/2025
10.0.0-preview.2.25164.1 5,054 3/18/2025
10.0.0-preview.1.25120.3 2,243 2/25/2025
9.0.8 138,155 8/5/2025
9.0.7 181,907 7/8/2025
9.0.6 300,674 6/10/2025
9.0.5 371,649 5/13/2025
9.0.4 567,032 4/8/2025
9.0.3 481,542 3/11/2025
9.0.2 572,769 2/11/2025
9.0.1 680,119 1/14/2025
9.0.0 916,003 11/12/2024
9.0.0-rc.2.24474.3 36,840 10/8/2024
9.0.0-rc.1.24452.1 3,604 9/10/2024
9.0.0-preview.7.24406.2 5,766 8/13/2024
9.0.0-preview.6.24328.4 8,578 7/9/2024
9.0.0-preview.5.24306.11 8,478 6/11/2024
9.0.0-preview.4.24267.6 11,964 5/21/2024
9.0.0-preview.3.24172.13 6,004 4/11/2024
9.0.0-preview.2.24128.4 6,128 3/12/2024
9.0.0-preview.1.24081.5 6,011 2/13/2024
8.0.19 37,212 8/4/2025
8.0.18 45,944 7/8/2025
8.0.17 182,276 6/10/2025
8.0.16 153,950 5/13/2025
8.0.15 273,469 4/8/2025
8.0.14 279,787 3/11/2025
8.0.13 338,880 2/11/2025
8.0.12 488,545 1/14/2025
8.0.11 1,357,909 11/12/2024
8.0.10 1,830,609 10/8/2024
8.0.8 1,945,925 8/13/2024
8.0.7 1,241,525 7/9/2024
8.0.6 1,409,461 5/28/2024
8.0.5 448,482 5/14/2024
8.0.4 1,139,702 4/9/2024
8.0.3 992,715 3/12/2024
8.0.2 1,152,351 2/13/2024
8.0.1 1,586,425 1/9/2024
8.0.0 3,169,948 11/14/2023
8.0.0-rc.2.23480.2 16,774 10/10/2023
8.0.0-rc.1.23421.29 26,313 9/12/2023
8.0.0-preview.7.23375.9 13,791 8/8/2023
8.0.0-preview.6.23329.11 8,127 7/11/2023
8.0.0-preview.5.23302.2 5,214 6/13/2023
8.0.0-preview.4.23260.4 10,549 5/16/2023
8.0.0-preview.3.23177.8 20,531 4/11/2023
8.0.0-preview.2.23153.2 3,563 3/14/2023
8.0.0-preview.1.23112.2 7,329 2/21/2023
7.0.20 119,210 5/28/2024
7.0.19 12,460 5/14/2024
7.0.18 48,462 4/9/2024
7.0.17 82,266 3/12/2024
7.0.16 114,137 2/13/2024
7.0.15 227,873 1/9/2024
7.0.14 274,087 11/14/2023
7.0.13 449,318 10/24/2023
7.0.12 337,265 10/10/2023
7.0.11 569,168 9/12/2023
7.0.10 667,234 8/8/2023
7.0.9 794,399 7/11/2023
7.0.8 350,456 6/22/2023
7.0.7 189,559 6/13/2023
7.0.5 1,203,527 4/11/2023
7.0.4 487,544 3/14/2023
7.0.3 665,665 2/14/2023
7.0.2 1,182,767 1/10/2023
7.0.1 508,190 12/13/2022
7.0.0 1,098,358 11/7/2022
7.0.0-rc.2.22476.2 7,398 10/11/2022
7.0.0-rc.1.22427.2 5,302 9/14/2022
7.0.0-preview.7.22376.6 7,440 8/9/2022
7.0.0-preview.6.22330.3 4,443 7/12/2022
7.0.0-preview.5.22303.8 3,254 6/14/2022
7.0.0-preview.4.22251.1 6,695 5/10/2022
7.0.0-preview.3.22178.4 3,607 4/13/2022
7.0.0-preview.2.22153.2 17,608 3/14/2022
7.0.0-preview.1.22109.13 1,475 2/17/2022
6.0.36 281,281 11/12/2024
6.0.35 66,607 10/8/2024
6.0.33 55,417 8/13/2024
6.0.32 48,322 7/9/2024
6.0.31 83,890 5/28/2024
6.0.30 54,582 5/14/2024
6.0.29 82,186 4/9/2024
6.0.28 90,192 3/12/2024
6.0.27 90,148 2/13/2024
6.0.26 108,245 1/9/2024
6.0.25 249,902 11/14/2023
6.0.24 75,652 10/24/2023
6.0.23 64,101 10/10/2023
6.0.22 171,905 9/12/2023
6.0.21 239,915 8/8/2023
6.0.20 120,185 7/11/2023
6.0.19 213,875 6/22/2023
6.0.18 85,237 6/13/2023
6.0.16 449,029 4/11/2023
6.0.15 246,235 3/14/2023
6.0.14 263,791 2/14/2023
6.0.13 414,605 1/10/2023
6.0.12 246,471 12/13/2022
6.0.11 555,287 11/7/2022
6.0.10 1,223,933 10/11/2022
6.0.9 1,034,015 9/13/2022
6.0.8 1,352,054 8/9/2022
6.0.7 975,490 7/12/2022
6.0.6 966,184 6/14/2022
6.0.5 1,735,067 5/10/2022
6.0.4 931,099 4/11/2022
6.0.3 1,213,110 3/8/2022
6.0.2 950,751 2/8/2022
6.0.1 1,308,138 12/14/2021
6.0.0 2,770,923 11/8/2021
6.0.0-rc.2.21480.10 13,809 10/12/2021
6.0.0-rc.1.21452.15 11,574 9/14/2021
6.0.0-preview.7.21378.6 23,031 8/10/2021
6.0.0-preview.6.21355.2 5,870 7/14/2021
6.0.0-preview.5.21301.17 2,710 6/15/2021
6.0.0-preview.4.21253.5 5,885 5/24/2021
6.0.0-preview.3.21201.13 8,356 4/8/2021
6.0.0-preview.2.21154.6 2,850 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,454 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 609,682 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 76,261 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 83,854 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 102,377 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 329,329 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 346,358 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 631,958 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,498,662 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 625,543 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 479,594 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 675,870 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 406,981 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 705,750 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 400,303 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 292,092 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 410,281 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 627,593 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 374,085 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,211 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,413 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,179 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,171 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,275 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,124 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,208 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,549 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,503 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,039 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 205,026 12/13/2022
3.1.31 20,473 11/8/2022
3.1.30 21,240 10/11/2022
3.1.29 23,174 9/13/2022
3.1.28 23,076 8/9/2022
3.1.27 25,214 7/12/2022
3.1.26 41,909 6/14/2022
3.1.25 54,681 5/10/2022
3.1.24 38,370 4/11/2022
3.1.23 60,331 3/8/2022
3.1.22 413,066 12/14/2021
3.1.21 91,929 11/7/2021
3.1.20 42,532 10/11/2021
3.1.19 74,475 9/14/2021
3.1.18 100,375 8/10/2021
3.1.17 68,527 7/13/2021
3.1.16 64,185 6/8/2021
3.1.15 112,529 5/11/2021
3.1.14 140,904 4/6/2021
3.1.13 160,191 3/9/2021
3.1.12 164,505 2/9/2021
3.1.11 180,134 1/12/2021
3.1.10 622,247 11/9/2020
3.1.9 1,057,950 10/13/2020
3.1.8 1,328,434 9/8/2020
3.1.7 595,983 8/11/2020
3.1.6 2,637,553 7/14/2020
3.1.5 809,423 6/9/2020
3.1.4 556,563 5/12/2020
3.1.3 1,156,064 3/24/2020
3.1.2 771,305 2/18/2020
3.1.1 618,907 1/14/2020
3.1.0 621,560 12/3/2019
3.1.0-preview3.19555.2 9,330 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,405 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,195 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 56,823 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 6,094 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,116,756 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,011 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,251 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,378 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,621 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 20,018 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 10,126 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 8,172 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 3,068 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,199 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,883 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
1.2.0 4,604 1/14/2025
1.1.0 3,540,915 12/3/2018 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview3-35497 12,424 10/17/2018 1.1.0-preview3-35497 is deprecated because it is no longer maintained.
1.1.0-preview2-35157 11,535 9/12/2018 1.1.0-preview2-35157 is deprecated because it is no longer maintained.
1.1.0-preview1-35029 3,592 8/22/2018 1.1.0-preview1-35029 is deprecated because it is no longer maintained.
1.0.4 1,844,684 10/1/2018
1.0.3 198,939 8/21/2018
1.0.2 153,639 7/10/2018
1.0.1 122,846 6/18/2018
1.0.0 416,920 5/29/2018
1.0.0-rc1-final 14,412 5/6/2018 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-preview2-final 12,298 4/10/2018 1.0.0-preview2-final is deprecated because it is no longer maintained.
1.0.0-preview1-final 27,152 2/26/2018 1.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.0-alpha2-final 83,339 10/9/2017 1.0.0-alpha2-final is deprecated because it is no longer maintained.
1.0.0-alpha1-final 19,786 9/14/2017 1.0.0-alpha1-final is deprecated because it is no longer maintained.