Skip to content

Commit 5a22adb

Browse files
authored
Merge pull request #36905 from dotnet/main
Merge to Live
2 parents 98208c0 + c3b0bb2 commit 5a22adb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: In this tutorial, you create a chat app that uses ASP.NET Core Sign
77
monikerRange: '>= aspnetcore-3.1'
88
ms.author: wpickett
99
ms.custom: mvc, engagement-fy23
10-
ms.date: 01/27/2026
10+
ms.date: 03/20/2026
1111
uid: tutorials/signalr
1212

1313
# Customer intent: As a developer, I want to get a quick proof-of-concept app running, so I can get a practical introduction to ASP.NET Core SignalR.
@@ -160,7 +160,7 @@ The `SendMessage` method can be called by a connected client to send a message t
160160

161161
The SignalR server must be configured to pass SignalR requests to SignalR. Add the following highlighted code to the `Program.cs` file.
162162

163-
[!code-csharp[Startup](~/tutorials/signalr/samples/10.x/SignalRChat/Program.cs?highlight=1,7,27)]
163+
[!code-csharp[Startup](~/tutorials/signalr/samples/10.x/SignalRChat/Program.cs?highlight=1,7,26)]
164164

165165
The preceding highlighted code adds SignalR to the ASP.NET Core dependency injection and routing systems.
166166

0 commit comments

Comments
 (0)