Skip to content

Commit cb4e781

Browse files
authored
Update signalr-tutorial-build-blazor-server-chat-app.md
1 parent adf3445 commit cb4e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-tutorial-build-blazor-server-chat-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ When you deploy the Blazor app to Azure App Service, we recommend that you use [
419419
1. Add a reference to the Azure SignalR SDK using the following command.
420420
421421
```dotnetcli
422-
dotnet add package Microsoft.Azure.SignalR --version 1.5.1
422+
dotnet add package Microsoft.Azure.SignalR
423423
```
424424
425425
1. Add a call to `AddAzureSignalR()` in `Startup.ConfigureServices()` as demonstrated below.

0 commit comments

Comments
 (0)