Skip to content

Commit 00266c9

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent 4b44b63 commit 00266c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide assists users in upgrading their MSTest projects from MSTest v1 to MS
1818

1919
This guide is intended for projects currently using MSTest v1 via either:
2020

21-
- **Assembly references**: Projects referencing `Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll` directly in their project files.
21+
- **Assembly references**: Projects referencing `Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll` directly.
2222
- **NuGet packages**: Projects using MSTest v1 through the `MSTest.TestFramework` NuGet package.
2323

2424
If your project relies on MSTest for unit testing and includes the above references, it will benefit from the improvements in MSTest v3 and requires adjustments outlined in this guide.

0 commit comments

Comments
 (0)