Skip to content

Commit

Permalink
MSTest SDK - remove incorrect mention of net9 (#43716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Nov 22, 2024
1 parent 4b20a24 commit a80ab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-mstest-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.date: 02/13/2024

# MSTest SDK overview

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:
[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:

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

0 comments on commit a80ab45

Please sign in to comment.