Skip to content

Commit a80ab45

Browse files
authored
MSTest SDK - remove incorrect mention of net9 (#43716)
1 parent 4b20a24 commit a80ab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-mstest-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 02/13/2024
88

99
# MSTest SDK overview
1010

11-
Introduced in .NET 9, [MSTest.Sdk](https://www.nuget.org/packages/MSTest.Sdk) is a [MSBuild project SDK](/visualstudio/msbuild/how-to-use-project-sdk) for building MSTest apps. It's possible to build a MSTest app without this SDK, however, the MSTest SDK is:
11+
[MSTest.Sdk](https://www.nuget.org/packages/MSTest.Sdk) is a [MSBuild project SDK](/visualstudio/msbuild/how-to-use-project-sdk) for building MSTest apps. It's possible to build a MSTest app without this SDK, however, the MSTest SDK is:
1212

1313
* Tailored towards providing a first-class experience for testing with MSTest.
1414
* The recommended target for most users.

0 commit comments

Comments
 (0)