You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ MSTest is shipped as NuGet packages that can be added to your projects. The foll
36
36
| MSTest.TestFramework | This package includes the libraries for writing tests with MSTest. To ensure the discovery and execution of your tests, install the `MSTest.TestAdapter` package. |[](http://www.nuget.org/packages/MSTest.TestFramework/)|[](http://www.nuget.org/packages/MSTest.TestFramework/)|[Azure Artifacts](https://dnceng.visualstudio.com/public/_artifacts/feed/test-tools/NuGet/MSTest.TestFramework/versions)|
37
37
| MSTest.TestAdapter | This package includes the adapter logic to discover and run tests. For access to the testing framework, install the `MSTest.TestFramework` package. |[](http://www.nuget.org/packages/MSTest.TestAdapter/)|[](http://www.nuget.org/packages/MSTest.TestAdapter/)|[Azure Artifacts](https://dnceng.visualstudio.com/public/_artifacts/feed/test-tools/NuGet/MSTest.TestAdapter/versions)|
38
38
| MSTest.Analyzers | This package includes code analyzers and code fixes for MSTest. |[](http://www.nuget.org/packages/MSTest.Analyzers/)|[](http://www.nuget.org/packages/MSTest.Analyzers/)|[Azure Artifacts](https://dnceng.visualstudio.com/public/_artifacts/feed/test-tools/NuGet/MSTest.Analyzers/versions)|
39
+
| MSTest.Sdk | This is a [MSBuild Project SDK](https://learn.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk) package that greatly simplifies a test project structure. See [MSTest SDK Overview](https://aka.ms/mstest/sdk) for details. |[](http://www.nuget.org/packages/MSTest.Sdk/)|[](http://www.nuget.org/packages/MSTest.Sdk/)|[Azure Artifacts](https://dnceng.visualstudio.com/public/_artifacts/feed/test-tools/NuGet/MSTest.Sdk/versions)|
0 commit comments