Skip to content

Commit 5d655a6

Browse files
authored
Remove note about preview-to-preview break
1 parent e42a868 commit 5d655a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,10 @@ 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.
99-
10097
Since this mode is specifically designed for Microsoft.Testing.Platform, neither `TestingPlatformDotnetTestSupport` nor the additional `--` are required.
10198

10299
> [!IMPORTANT]

0 commit comments

Comments
 (0)