Skip to content

Commit 6d32e6a

Browse files
authored
Merge branch 'main' into dev
2 parents 9b10ad9 + 6e0620d commit 6d32e6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ 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]
85+
> bUnit works with `netcoreapp3.1` and `netstandard2.1` test projects as well.
86+
8487
To do so, change the first part of the test projects `.csproj` file to look like this.:
8588

8689
```xml
@@ -223,4 +226,4 @@ This will allow the test project to see and test the components in the component
223226

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

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

0 commit comments

Comments
 (0)