Skip to content

Commit 6e0620d

Browse files
authored
Update create-test-project.md
1 parent c1085dd commit 6e0620d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/site/docs/getting-started/create-test-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ The test projects setting needs to be set to the following:
8181
- the project's SDK needs to be set to `Microsoft.NET.Sdk.Razor`
8282
- set the `<TargetFramework>` to `net5.0`
8383

84-
> [!NOTE] bUnit works equally well with `netcoreapp3.1` and `netstandard2.1` test projects.
84+
> [!NOTE]
85+
> bUnit works with `netcoreapp3.1` and `netstandard2.1` test projects as well.
8586
8687
To do so, change the first part of the test projects `.csproj` file to look like this.:
8788

0 commit comments

Comments
 (0)