Microsoft.AspNetCore.SignalR.Client 8.0.14

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.SignalR.Client --version 8.0.14
                    
NuGet\Install-Package Microsoft.AspNetCore.SignalR.Client -Version 8.0.14
                    
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" Version="8.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.14" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" />
                    
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 --version 8.0.14
                    
#r "nuget: Microsoft.AspNetCore.SignalR.Client, 8.0.14"
                    
#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@8.0.14
                    
#: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&version=8.0.14
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.SignalR.Client&version=8.0.14
                    
Install as a Cake Tool

Client for ASP.NET Core SignalR

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/25ef4aa38b77974263cb10f6e9cbd10135f17b59

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 is compatible.  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. 
.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 was computed. 
.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 (559)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.SignalR.Client:

Package Downloads
AspNetCore.HealthChecks.SignalR

HealthChecks.SignalR is the health check package for SignalR.

uSync.Expansions.Core

Core libraries for uSync Expansions

Blauhaus.SignalR.Client

Package Description

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

AIForged.SDK

Package Description

GitHub repositories (140)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.SignalR.Client:

Repository Stars
ppy/osu
rhythm is just a *click* away!
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
microsoft/dotnet-podcasts
.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
Version Downloads Last Updated
10.0.0-preview.6.25358.103 525 7/15/2025
10.0.0-preview.5.25277.114 2,161 6/6/2025
10.0.0-preview.4.25258.110 2,552 5/12/2025
10.0.0-preview.3.25172.1 7,089 4/10/2025
10.0.0-preview.2.25164.1 4,582 3/18/2025
10.0.0-preview.1.25120.3 2,273 2/25/2025
9.0.8 3,619 8/5/2025
9.0.7 87,776 7/8/2025
9.0.6 257,564 6/10/2025
9.0.5 334,340 5/13/2025
9.0.4 520,521 4/8/2025
9.0.3 451,958 3/11/2025
9.0.2 542,557 2/11/2025
9.0.1 621,036 1/14/2025
9.0.0 856,794 11/12/2024
9.0.0-rc.2.24474.3 34,321 10/8/2024
9.0.0-rc.1.24452.1 3,220 9/10/2024
9.0.0-preview.7.24406.2 5,553 8/13/2024
9.0.0-preview.6.24328.4 8,546 7/9/2024
9.0.0-preview.5.24306.11 5,211 6/11/2024
9.0.0-preview.4.24267.6 11,679 5/21/2024
9.0.0-preview.3.24172.13 5,911 4/11/2024
9.0.0-preview.2.24128.4 6,014 3/12/2024
9.0.0-preview.1.24081.5 5,880 2/13/2024
8.0.19 961 8/4/2025
8.0.18 16,343 7/8/2025
8.0.17 151,908 6/10/2025
8.0.16 132,177 5/13/2025
8.0.15 241,338 4/8/2025
8.0.14 248,886 3/11/2025
8.0.13 314,317 2/11/2025
8.0.12 454,540 1/14/2025
8.0.11 1,284,344 11/12/2024
8.0.10 1,715,657 10/8/2024
8.0.8 1,861,753 8/13/2024
8.0.7 1,191,929 7/9/2024
8.0.6 1,365,223 5/28/2024
8.0.5 437,499 5/14/2024
8.0.4 1,105,679 4/9/2024
8.0.3 945,561 3/12/2024
8.0.2 1,110,165 2/13/2024
8.0.1 1,529,711 1/9/2024
8.0.0 3,070,735 11/14/2023
8.0.0-rc.2.23480.2 16,392 10/10/2023
8.0.0-rc.1.23421.29 26,299 9/12/2023
8.0.0-preview.7.23375.9 13,674 8/8/2023
8.0.0-preview.6.23329.11 7,740 7/11/2023
8.0.0-preview.5.23302.2 5,442 6/13/2023
8.0.0-preview.4.23260.4 10,525 5/16/2023
8.0.0-preview.3.23177.8 20,280 4/11/2023
8.0.0-preview.2.23153.2 3,539 3/14/2023
8.0.0-preview.1.23112.2 6,804 2/21/2023
7.0.20 112,599 5/28/2024
7.0.19 14,863 5/14/2024
7.0.18 48,313 4/9/2024
7.0.17 80,551 3/12/2024
7.0.16 110,731 2/13/2024
7.0.15 225,019 1/9/2024
7.0.14 271,665 11/14/2023
7.0.13 438,457 10/24/2023
7.0.12 330,494 10/10/2023
7.0.11 544,825 9/12/2023
7.0.10 656,471 8/8/2023
7.0.9 776,657 7/11/2023
7.0.8 344,856 6/22/2023
7.0.7 178,783 6/13/2023
7.0.5 1,166,821 4/11/2023
7.0.4 478,023 3/14/2023
7.0.3 653,084 2/14/2023
7.0.2 1,148,630 1/10/2023
7.0.1 499,861 12/13/2022
7.0.0 1,057,792 11/7/2022
7.0.0-rc.2.22476.2 7,202 10/11/2022
7.0.0-rc.1.22427.2 5,180 9/14/2022
7.0.0-preview.7.22376.6 7,461 8/9/2022
7.0.0-preview.6.22330.3 4,401 7/12/2022
7.0.0-preview.5.22303.8 3,181 6/14/2022
7.0.0-preview.4.22251.1 6,656 5/10/2022
7.0.0-preview.3.22178.4 3,573 4/13/2022
7.0.0-preview.2.22153.2 17,633 3/14/2022
7.0.0-preview.1.22109.13 1,280 2/17/2022
6.0.36 251,980 11/12/2024
6.0.35 62,607 10/8/2024
6.0.33 53,315 8/13/2024
6.0.32 46,265 7/9/2024
6.0.31 80,860 5/28/2024
6.0.30 53,030 5/14/2024
6.0.29 78,038 4/9/2024
6.0.28 88,726 3/12/2024
6.0.27 92,098 2/13/2024
6.0.26 103,412 1/9/2024
6.0.25 243,133 11/14/2023
6.0.24 72,912 10/24/2023
6.0.23 63,450 10/10/2023
6.0.22 160,425 9/12/2023
6.0.21 193,478 8/8/2023
6.0.20 111,074 7/11/2023
6.0.19 200,647 6/22/2023
6.0.18 76,149 6/13/2023
6.0.16 425,583 4/11/2023
6.0.15 238,810 3/14/2023
6.0.14 247,451 2/14/2023
6.0.13 390,460 1/10/2023
6.0.12 239,579 12/13/2022
6.0.11 510,540 11/7/2022
6.0.10 1,163,071 10/11/2022
6.0.9 997,330 9/13/2022
6.0.8 1,325,941 8/9/2022
6.0.7 985,844 7/12/2022
6.0.6 959,215 6/14/2022
6.0.5 1,791,143 5/10/2022
6.0.4 922,569 4/11/2022
6.0.3 1,174,930 3/8/2022
6.0.2 927,743 2/8/2022
6.0.1 1,298,331 12/14/2021
6.0.0 2,760,693 11/8/2021
6.0.0-rc.2.21480.10 13,530 10/12/2021
6.0.0-rc.1.21452.15 11,445 9/14/2021
6.0.0-preview.7.21378.6 22,647 8/10/2021
6.0.0-preview.6.21355.2 4,589 7/14/2021
6.0.0-preview.5.21301.17 2,637 6/15/2021
6.0.0-preview.4.21253.5 6,297 5/24/2021
6.0.0-preview.3.21201.13 8,253 4/8/2021
6.0.0-preview.2.21154.6 2,918 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,397 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 550,631 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 73,975 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 82,877 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 99,742 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 326,165 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 344,933 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 620,090 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,495,484 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 608,090 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 473,424 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 674,499 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 401,294 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 696,792 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 388,488 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 285,635 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 408,163 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 577,161 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 369,480 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,129 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,332 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,171 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,135 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,222 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,077 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,082 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,473 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,095 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 5,981 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 203,436 12/13/2022
3.1.31 19,761 11/8/2022
3.1.30 20,547 10/11/2022
3.1.29 22,383 9/13/2022
3.1.28 22,143 8/9/2022
3.1.27 24,122 7/12/2022
3.1.26 41,067 6/14/2022
3.1.25 51,726 5/10/2022
3.1.24 37,008 4/11/2022
3.1.23 59,981 3/8/2022
3.1.22 407,122 12/14/2021
3.1.21 90,821 11/7/2021
3.1.20 41,962 10/11/2021
3.1.19 73,970 9/14/2021
3.1.18 99,011 8/10/2021
3.1.17 67,989 7/13/2021
3.1.16 62,274 6/8/2021
3.1.15 111,034 5/11/2021
3.1.14 140,080 4/6/2021
3.1.13 152,252 3/9/2021
3.1.12 161,427 2/9/2021
3.1.11 177,617 1/12/2021
3.1.10 619,035 11/9/2020
3.1.9 1,029,728 10/13/2020
3.1.8 1,294,249 9/8/2020
3.1.7 585,592 8/11/2020
3.1.6 2,570,310 7/14/2020
3.1.5 803,630 6/9/2020
3.1.4 552,072 5/12/2020
3.1.3 1,134,847 3/24/2020
3.1.2 756,308 2/18/2020
3.1.1 607,895 1/14/2020
3.1.0 609,877 12/3/2019
3.1.0-preview3.19555.2 9,297 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,371 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,086 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 55,416 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,160 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,059,606 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,951 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,204 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 16,894 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,574 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 20,066 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 10,131 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 8,331 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 3,140 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,412 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,943 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
1.2.0 3,482 1/14/2025
1.1.0 3,376,187 12/3/2018 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview3-35497 9,913 10/17/2018 1.1.0-preview3-35497 is deprecated because it is no longer maintained.
1.1.0-preview2-35157 11,304 9/12/2018 1.1.0-preview2-35157 is deprecated because it is no longer maintained.
1.1.0-preview1-35029 3,336 8/22/2018 1.1.0-preview1-35029 is deprecated because it is no longer maintained.
1.0.4 1,843,180 10/1/2018
1.0.3 198,545 8/21/2018
1.0.2 148,388 7/10/2018
1.0.1 121,362 6/18/2018
1.0.0 411,584 5/29/2018
1.0.0-rc1-final 14,593 5/6/2018 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-preview2-final 11,266 4/10/2018 1.0.0-preview2-final is deprecated because it is no longer maintained.
1.0.0-preview1-final 26,555 2/26/2018 1.0.0-preview1-final is deprecated because it is no longer maintained.
1.0.0-alpha2-final 80,339 10/9/2017 1.0.0-alpha2-final is deprecated because it is no longer maintained.
1.0.0-alpha1-final 19,908 9/14/2017 1.0.0-alpha1-final is deprecated because it is no longer maintained.