Skip to content

Commit ab49a8e

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent 4d2868e commit ab49a8e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ In non-SDK style projects, these references are often added through Visual Studi
6363
5. **Right-click** the selected reference(s) and choose **Remove** from the context menu.
6464
6. **Save the project** to apply changes.
6565

66-
For those comfortable editing XML directly, you can manually remove the references from your `.csproj` file as follows:
66+
<img width="295" alt="image" src="https://github.com/user-attachments/assets/7aff1afb-e26b-4450-bc2e-903a577e3df2">
6767

68-
```xml
69-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70-
<Private>False</Private>
71-
</Reference>
7268
```
7369
7470
### 2. Update Your Project

0 commit comments

Comments
 (0)