Skip to content

Commit a519bae

Browse files
authored
Fix unit-testing-mstest-sdk.md (#41316)
Drop wrong code block The whole section was introduced en-block in ec657df.
1 parent eea6767 commit a519bae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ By setting the property `EnablePlaywright` to `true` you can bring all dependenc
192192

193193
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"`
194194

195-
`Sdk="MSTest.Sdk/3.3.1"`
196-
197195
```diff
198196
- Sdk="Microsoft.NET.Sdk"
199197
+ Sdk="MSTest.Sdk"

0 commit comments

Comments
 (0)