Skip to content

Commit

Permalink
Update unit-testing-mstest-sdk.md - Update your project - duplicate v…
Browse files Browse the repository at this point in the history
…ersioning
  • Loading branch information
hakenr authored Oct 19, 2024
1 parent d8602b8 commit c28f6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-mstest-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Consider the following steps that are required to migrate to the MSTest SDK.

### Update your project

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

```diff
- Sdk="Microsoft.NET.Sdk"
Expand Down

0 comments on commit c28f6c7

Please sign in to comment.