Skip to content

Commit d17b0d7

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent d9ccf05 commit d17b0d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ For projects using MSTest v1 through assembly references, it’s common to find
5858
In non-SDK style projects, these references are often added through Visual Studio rather than by directly editing the XML. To remove these references using the Visual Studio GUI:
5959

6060
1. **Open Solution Explorer** in Visual Studio.
61-
2. **Right-click on the project** using MSTest and select **Properties**.
62-
3. Navigate to the **References** tab.
63-
4. Locate and **select the MSTest DLL references** (`Microsoft.VisualStudio.QualityTools.UnitTestFramework` and/or `Microsoft.VisualStudio.TestPlatform.TestFramework`).
64-
5. **Right-click** the selected reference(s) and choose **Remove**.
61+
2. **Expand the project node** for the project using MSTest.
62+
3. Locate the **References** folder within the project.
63+
4. Inside the **References** folder, **find and select** the MSTest DLL references, such as `Microsoft.VisualStudio.QualityTools.UnitTestFramework` or `Microsoft.VisualStudio.TestPlatform.TestFramework`.
64+
5. **Right-click** the selected reference(s) and choose **Remove** from the context menu.
65+
6. **Save the project** to apply changes.
6566

6667
For those comfortable editing XML directly, you can manually remove the references from your `.csproj` file as follows:
6768

0 commit comments

Comments
 (0)