Skip to content

Commit 4e61a6d

Browse files
authored
Update dotnet-test to reflect latest preview behavior
1 parent bdd0e08 commit 4e61a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ The `dotnet test` command builds the solution and runs the tests with either VST
1616
Some examples of the `dotnet.config` file:
1717

1818
```ini
19-
[dotnet.test:runner]
19+
[dotnet.test.runner]
2020
name = "Microsoft.Testing.Platform"
2121
```
2222

2323
```ini
24-
[dotnet.test:runner]
24+
[dotnet.test.runner]
2525
name = "VSTest"
2626
```
2727

28-
> [!NOTE]
29-
> The format will change from `dotnet.test:runner` to `dotnet.test.runner` in .NET 10 SDK Preview 4.
28+
> [!IMPORTANT]
29+
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later.
3030
3131
> [!TIP]
3232
> For conceptual documentation about `dotnet test`, see [Testing with dotnet test](../testing/unit-testing-with-dotnet-test.md).

0 commit comments

Comments
 (0)