Skip to content

Commit fefb548

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent 6abbff6 commit fefb548

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ public async Task TestMethod() { ... }
221221
MSTest v3 supports both XML and JSON formats for configuration files.
222222
223223
1. **Verify Configurations**: Ensure that existing `.runsettings` files align with MSTest v3 syntax and structure.
224-
2. **Convert to JSON (if applicable)**: For JSON-based configurations, convert XML settings to JSON format.
225224
226225
---
227226

0 commit comments

Comments
 (0)