Skip to content

Commit c1085dd

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +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.
85+
8486
To do so, change the first part of the test projects `.csproj` file to look like this.:
8587

8688
```xml
@@ -223,4 +225,4 @@ This will allow the test project to see and test the components in the component
223225

224226
To start creating tests, continue reading the <xref:writing-csharp-tests> and <xref:writing-razor-tests> pages.
225227

226-
For additional tips and tricks that will make writing tests easier, see the <xref:misc-test-tips> page.
228+
For additional tips and tricks that will make writing tests easier, see the <xref:misc-test-tips> page.

0 commit comments

Comments
 (0)