Skip to content

Commit ab8f6c8

Browse files
authored
Merge pull request #9704 from xscript/xscript-patch-1
Remove version number of `Microsoft.Azure.SignalR`
2 parents 6116082 + f4ea2c9 commit ab8f6c8

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 -v 1.0.0-*
8787

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

0 commit comments

Comments
 (0)