Skip to content

Commit 250925a

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
intendet
1 parent 154aa73 commit 250925a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Remove the `Microsoft.VisualStudio.QualityTools.UnitTestFramework` reference fro
4141
- **NuGet Package**: Install the latest [MSTest](https://www.nuget.org/packages/MSTest).
4242
- **Project File**: Update your project file to use MSTest SDK.
4343

44-
```xml
45-
<Project Sdk="MSTest.Sdk/3.3.1">
46-
<PropertyGroup>
47-
<TargetFramework>net8.0</TargetFramework>
48-
</PropertyGroup>
49-
</Project>
50-
```
44+
```xml
45+
<Project Sdk="MSTest.Sdk/3.3.1">
46+
<PropertyGroup>
47+
<TargetFramework>net8.0</TargetFramework>
48+
</PropertyGroup>
49+
</Project>
50+
```
5151

5252
### 3. Update Your Code
5353

0 commit comments

Comments
 (0)