Skip to content

Commit 41c259c

Browse files
authored
Update unit-testing-mstest-sdk.md - Update your project - duplicate versioning (#43124)
1 parent d8ababc commit 41c259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-mstest-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Consider the following steps that are required to migrate to the MSTest SDK.
199199

200200
### Update your project
201201

202-
When migrating an existing MSTest test project to MSTest SDK, start by replacing the `Sdk="Microsoft.NET.Sdk"` entry at the top of your test project with `Sdk="MSTest.Sdk/3.3.1"`
202+
When migrating an existing MSTest test project to MSTest SDK, start by replacing the `Sdk="Microsoft.NET.Sdk"` entry at the top of your test project with `Sdk="MSTest.Sdk"`
203203

204204
```diff
205205
- Sdk="Microsoft.NET.Sdk"

0 commit comments

Comments
 (0)