File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/site/docs/getting-started Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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+
8486To 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
224226To 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.
You can’t perform that action at this time.
0 commit comments