Skip to content

Commit 742fabf

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent 6ae6e7e commit 742fabf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ In non-SDK style projects, these references are often added through Visual Studi
6161
3. Locate the **References** folder within the project.
6262
4. Inside the **References** folder, **find and select** the MSTest DLL references, `Microsoft.VisualStudio.QualityTools.UnitTestFramework`
6363
5. **Right-click** the selected reference(s) and choose **Remove** from the context menu.
64-
6. **Save the project** to apply changes.
65-
<img width="295" alt="image" src="https://github.com/user-attachments/assets/7aff1afb-e26b-4450-bc2e-903a577e3df2">
64+
65+
<img width="295" alt="image" src="https://github.com/user-attachments/assets/7aff1afb-e26b-4450-bc2e-903a577e3df2">
66+
67+
7. **Save the project** to apply changes.
6668

6769
### 2. Update Your Project
6870

0 commit comments

Comments
 (0)