Skip to content

Commit dabcff1

Browse files
Apply suggestions from code review
Co-authored-by: David Pine <[email protected]>
1 parent ffa4421 commit dabcff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ name = "Microsoft.Testing.Platform"
9595
```
9696
9797
> [!IMPORTANT]
98-
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later.
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

docs/core/tools/dotnet-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some examples of the `dotnet.config` file:
2626
```
2727

2828
> [!IMPORTANT]
29-
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later.
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)