Skip to content

Commit e375741

Browse files
authored
Update create-test-project.md
1 parent 70609eb commit e375741

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/create-test-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ To add bUnit to your test project, first change to the newly created test projec
5454

5555
```bash
5656
cd <NAME OF PROJECT>
57-
dotnet add package bunit.web --version 1.0.0-beta-7#{VERSION}
58-
dotnet add package bunit.xunit --version 1.0.0-beta-7#{VERSION}#
57+
dotnet add package bunit.web --version #{VERSION}#
58+
dotnet add package bunit.xunit --version #{VERSION}#
5959
```
6060

6161
# [NUnit](#tab/nunit)
6262

6363
```bash
6464
cd <NAME OF PROJECT>
65-
dotnet add package bunit.web --version 1.0.0-beta-7#{VERSION}#
65+
dotnet add package bunit.web --version #{VERSION}#
6666
```
6767

6868
# [MSTest](#tab/mstest)
6969

7070
```bash
7171
cd <NAME OF PROJECT>
72-
dotnet add package bunit.web --version 1.0.0-beta-7#{VERSION}#
72+
dotnet add package bunit.web --version #{VERSION}#
7373
```
7474

7575
***
@@ -212,4 +212,4 @@ dotnet add <NAME OF COMPONENT PROJECT>.csproj reference <NAME OF TEST PROJECT>.c
212212

213213
## Further reading
214214

215-
- [Miscellaneous bUnit testing tips](/docs/misc-test-tips.html)
215+
- [Miscellaneous bUnit testing tips](/docs/misc-test-tips.html)

0 commit comments

Comments
 (0)