Skip to content

Commit f2ba719

Browse files
authored
Update readme.md
1 parent f75f68d commit f2ba719

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Follow these steps to set up a new test project:
3535
3. Add the following package references to your testing library:
3636

3737
- `Razor.Components.Testing.Library` (make sure to get the latest `1.0.0` beta version)
38-
- `Microsoft.NET.Test.Sdk`
39-
- `xunit.core`
40-
- `xunit.assert` (can be replaced with `Shouldly` or another assertion library)
41-
- `xunit.runner.visualstudio` (if using Visual Studio)
38+
- `Microsoft.NET.Test.Sdk` (get latest stable)
39+
- `xunit.core` (get latest stable)
40+
- `xunit.assert` (get latest stable, can be replaced with `Shouldly` or another assertion library)
41+
- `xunit.runner.visualstudio` (get latest stable, if using Visual Studio)
4242

4343
Optionally, but recommended packages are [`Moq`](https://github.com/Moq) and [`Shouldly`](https://github.com/shouldly). _Moq_ is a good generic mocking library, and _Shouldly_ is a fluent syntax assert library, that makes test more readable and produce easily readable assert errors.
4444

0 commit comments

Comments
 (0)