File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,12 @@ Travis: [](ht
12
12
13
13
Package Name | Target Framework | Version
14
14
---|---|---
15
- Microsoft.Azure.SignalR | .NET Standard 2.0 | ![ MyGet ] ( https://img.shields.io/myget/azure-signalr-dev /v/Microsoft.Azure.SignalR.svg )
16
- Microsoft.Azure.SignalR.Protocols | .NET Standard 2.0 | ![ MyGet ] ( https://img.shields.io/myget/azure-signalr-dev /v/Microsoft.Azure.SignalR.Protocols.svg )
15
+ Microsoft.Azure.SignalR | .NET Standard 2.0 | ![ NuGet ] ( https://img.shields.io/nuget /v/Microsoft.Azure.SignalR.svg )
16
+ Microsoft.Azure.SignalR.Protocols | .NET Standard 2.0 | ![ NuGet ] ( https://img.shields.io/nuget /v/Microsoft.Azure.SignalR.Protocols.svg )
17
17
18
18
## Getting Started
19
19
20
- 1 . Add below MyGet feed URL as a package source in your ` NuGet.config ` .
21
-
22
- ` https://www.myget.org/F/azure-signalr-dev/api/v3/index.json `
23
-
24
- 2 . Add Azure SignalR package to your project.
20
+ Add Azure SignalR package to your project.
25
21
26
22
```bash
27
23
dotnet add package Microsoft.Azure.SignalR
You can’t perform that action at this time.
0 commit comments