Skip to content

Commit 93547b4

Browse files
Update docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md
Co-authored-by: Amaury Levé <[email protected]>
1 parent 93860a1 commit 93547b4

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
@@ -77,7 +77,7 @@ You can update your project to MSTest v3 in one of two ways:
7777
- **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:
7878

7979
```shell
80-
Install-Package MSTest.TestFramework -Version 3.3.1
80+
Install-Package MSTest-Version 3.6.2
8181
```
8282

8383
- **Or update the project file directly**: Update your `.csproj` file to specify the MSTest SDK version.

0 commit comments

Comments
 (0)