Skip to content

Commit 6ae6e7e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ In non-SDK style projects, these references are often added through Visual Studi
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.
6464
6. **Save the project** to apply changes.
65-
6665
<img width="295" alt="image" src="https://github.com/user-attachments/assets/7aff1afb-e26b-4450-bc2e-903a577e3df2">
6766

6867
### 2. Update Your Project
6968

7069
You can update your project to MSTest v3 in one of two ways:
7170

72-
- **Install via NuGet Package** (for SDK-style projects): Install the latest [MSTest](https://www.nuget.org/packages/MSTest) package using the NuGet Package Manager in Visual Studio or by running the following command in the NuGet Package Manager Console:
71+
- **Update NuGet Package** (for SDK-style projects): Install the latest [MSTest](https://www.nuget.org/packages/MSTest) package using the NuGet Package Manager in Visual Studio or by running the following command in the NuGet Package Manager Console:
7372

7473
```shell
7574
Install-Package MSTest-Version 3.6.2

0 commit comments

Comments
 (0)