Skip to content

Commit 6dd78d9

Browse files
author
Kevin Zhao
authored
Remove version number of Microsoft.Azure.SignalR
1 parent 30b8e9a commit 6dd78d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-quickstart-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this section, you will add the [Secret Manager tool](https://docs.microsoft.c
8383

8484
1. Add a reference to the `Microsoft.Azure.SignalR` NuGet package by executing the following command:
8585

86-
dotnet add package Microsoft.Azure.SignalR -v 1.0.0-preview1-10009
86+
dotnet add package Microsoft.Azure.SignalR
8787

8888
2. Execute the following command to restore packages for your project.
8989

0 commit comments

Comments
 (0)