Skip to content

Commit 474e7ee

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent c138a36 commit 474e7ee

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
@@ -75,7 +75,7 @@ For those comfortable editing XML directly, you can manually remove the referenc
7575

7676
You can update your project to MSTest v3 in one of two ways:
7777

78-
- **Install via NuGet Package**: 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:
78+
- **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:
7979

8080
```shell
8181
Install-Package MSTest-Version 3.6.2

0 commit comments

Comments
 (0)