Skip to content

Commit f4ea2c9

Browse files
author
Kevin Zhao
authored
Update signalr-quickstart-dotnet-core.md
Update version parameter to `1.0.0-*` due to prerelease packages
1 parent 6dd78d9 commit f4ea2c9

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
86+
dotnet add package Microsoft.Azure.SignalR -v 1.0.0-*
8787

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

0 commit comments

Comments
 (0)