Skip to content

Commit 78b3175

Browse files
authored
Update README.md
1 parent 0a2f579 commit 78b3175

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This lib provide support objects and base classes for testing ```Hub, Hub<T>, IH
1212
# Which nuget version should I choose?
1313
1. netcoreapp (2.1, 2,2, 3.0, 3,1) - 2.0.0
1414
2. net5 - 5.0.0
15+
3. net6.0 - 6.0.0
1516

1617
# How to install
1718
#### 1. Using Visual Studio Nuget Package Manager
@@ -23,15 +24,15 @@ SignalR.UnitTestingSupport.MSTest
2324
```
2425
#### 2. Using Packet Manager Console
2526
```
26-
Install-Package SignalR.UnitTestingSupport.NUnit -Version 5.0.0
27-
Install-Package SignalR.UnitTestingSupport.xUnit -Version 5.0.0
28-
Install-Package SignalR.UnitTestingSupport.MSTest -Version 5.0.0
27+
Install-Package SignalR.UnitTestingSupport.NUnit -Version 6.0.0
28+
Install-Package SignalR.UnitTestingSupport.xUnit -Version 6.0.0
29+
Install-Package SignalR.UnitTestingSupport.MSTest -Version 6.0.0
2930
```
3031
#### 3. Using .Net CLI
3132
```
32-
dotnet add package SignalR.UnitTestingSupport.NUnit --version 5.0.0
33-
dotnet add package SignalR.UnitTestingSupport.xUnit --version 5.0.0
34-
dotnet add package SignalR.UnitTestingSupport.MSTest --version 5.0.0
33+
dotnet add package SignalR.UnitTestingSupport.NUnit --version 6.0.0
34+
dotnet add package SignalR.UnitTestingSupport.xUnit --version 6.0.0
35+
dotnet add package SignalR.UnitTestingSupport.MSTest --version 6.0.0
3536
```
3637
## Troubleshooting!
3738
Install ```NUnit3TestAdapter``` nuget for visual studio testing with NUnit in visual studio. https://www.nuget.org/packages/NUnit3TestAdapter/

0 commit comments

Comments
 (0)