File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: In this tutorial, you create a chat app that uses ASP.NET Core Sign
77monikerRange : ' >= aspnetcore-3.1'
88ms.author : wpickett
99ms.custom : mvc, engagement-fy23
10- ms.date : 01/27 /2026
10+ ms.date : 03/20 /2026
1111uid : 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
161161The 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
165165The preceding highlighted code adds SignalR to the ASP.NET Core dependency injection and routing systems.
166166
You can’t perform that action at this time.
0 commit comments