Skip to content

Commit 1d863d4

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

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
@@ -19,7 +19,7 @@ This guide assists users in upgrading their MSTest projects from MSTest v1 to MS
1919
This guide is intended for projects currently using MSTest v1 via either:
2020

2121
- **Assembly references**: Projects referencing `Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll` directly.
22-
- **NuGet packages**: Projects using MSTest v1 through the `MSTest.TestFramework` NuGet package.
22+
- **NuGet packages**: Projects using `MSTest.TestFramework` NuGet package with version 1.0.0-1.4.0.
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.
2525

0 commit comments

Comments
 (0)