File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ SignalR.UnitTestingSupport.MSTest
19
19
```
20
20
#### 2. Using Packet Manager Console
21
21
```
22
- Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.1 .0
23
- Install-Package SignalR.UnitTestingSupport.xUnit -Version 1.1.1
24
- Install-Package SignalR.UnitTestingSupport.MSTest -Version 1.1 .0
22
+ Install-Package SignalR.UnitTestingSupport.NUnit -Version 2.0 .0
23
+ Install-Package SignalR.UnitTestingSupport.xUnit -Version 2.0.0
24
+ Install-Package SignalR.UnitTestingSupport.MSTest -Version 2.0 .0
25
25
```
26
26
#### 3. Using .Net CLI
27
27
```
28
- dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.1 .0
29
- dotnet add package SignalR.UnitTestingSupport.xUnit --version 1.1.1
30
- dotnet add package SignalR.UnitTestingSupport.MSTest --version 1.1 .0
28
+ dotnet add package SignalR.UnitTestingSupport.NUnit --version 2.0 .0
29
+ dotnet add package SignalR.UnitTestingSupport.xUnit --version 2.0.0
30
+ dotnet add package SignalR.UnitTestingSupport.MSTest --version 2.0 .0
31
31
```
32
32
## Troubleshooting!
33
33
Install ``` NUnit3TestAdapter ``` nuget for visual studio testing with NUnit in visual studio. https://www.nuget.org/packages/NUnit3TestAdapter/
You can’t perform that action at this time.
0 commit comments