Skip to content

Commit ffa4421

Browse files
authored
Update unit-testing-with-dotnet-test.md
1 parent 4e61a6d commit ffa4421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/testing/unit-testing-with-dotnet-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ To address the issues encountered when running `dotnet test` with MTP in VSTest
9090
To enable this mode, add a `dotnet.config` file to the root of the repository or solution.
9191
9292
```ini
93-
[dotnet.test:runner]
93+
[dotnet.test.runner]
9494
name = "Microsoft.Testing.Platform"
9595
```
9696
97-
> [!NOTE]
98-
> The format will change from `dotnet.test:runner` to `dotnet.test.runner` in .NET 10 SDK Preview 4.
97+
> [!IMPORTANT]
98+
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later.
9999
100100
Since this mode is specifically designed for Microsoft.Testing.Platform, neither `TestingPlatformDotnetTestSupport` nor the additional `--` are required.
101101

0 commit comments

Comments
 (0)