Skip to content

Commit 09a7fa4

Browse files
authored
Update README.md
1 parent bad992a commit 09a7fa4

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
@@ -13,6 +13,7 @@ This lib provide support objects and base classes for testing ```Hub, Hub<T>, IH
1313
1. netcoreapp (2.1, 2,2, 3.0, 3,1) - 2.0.0
1414
2. net5 - 5.0.0
1515
3. net6.0 - 6.0.0
16+
4. net7.0 - 7.0.0
1617

1718
# How to install
1819
#### 1. Using Visual Studio Nuget Package Manager
@@ -24,15 +25,15 @@ SignalR.UnitTestingSupport.MSTest
2425
```
2526
#### 2. Using Packet Manager Console
2627
```
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
28+
Install-Package SignalR.UnitTestingSupport.NUnit -Version 7.0.0
29+
Install-Package SignalR.UnitTestingSupport.xUnit -Version 7.0.0
30+
Install-Package SignalR.UnitTestingSupport.MSTest -Version 7.0.0
3031
```
3132
#### 3. Using .Net CLI
3233
```
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
34+
dotnet add package SignalR.UnitTestingSupport.NUnit --version 7.0.0
35+
dotnet add package SignalR.UnitTestingSupport.xUnit --version 7.0.0
36+
dotnet add package SignalR.UnitTestingSupport.MSTest --version 7.0.0
3637
```
3738
## Troubleshooting!
3839
Install ```NUnit3TestAdapter``` nuget for visual studio testing with NUnit in visual studio. https://www.nuget.org/packages/NUnit3TestAdapter/

0 commit comments

Comments
 (0)