We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1085dd commit 6e0620dCopy full SHA for 6e0620d
docs/site/docs/getting-started/create-test-project.md
@@ -81,7 +81,8 @@ The test projects setting needs to be set to the following:
81
- the project's SDK needs to be set to `Microsoft.NET.Sdk.Razor`
82
- set the `<TargetFramework>` to `net5.0`
83
84
-> [!NOTE] bUnit works equally well with `netcoreapp3.1` and `netstandard2.1` test projects.
+> [!NOTE]
85
+> bUnit works with `netcoreapp3.1` and `netstandard2.1` test projects as well.
86
87
To do so, change the first part of the test projects `.csproj` file to look like this.:
88
0 commit comments