Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/linters/.markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ MD013: false
MD026: false
MD046: false # Mix of indented and fenced code blocks
MD004: false
MD060: false
# MD004: false # Unordered list style
# MD007:
# indent: 2 # Unordered list indentation
Expand Down
3 changes: 2 additions & 1 deletion .markdownlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"MD013": false,
"MD026": false,
"MD046": false,
"MD004": false
"MD004": false,
"MD060": false
}
4 changes: 2 additions & 2 deletions docs/articles/vs-test-adapter/Supported-Frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The table below shows the supported adapter versions for a given framework versi
|Net 7|4.3 - 5.X ||
|Net 8+|Works with 4.3.2 and upwards||

The adapter is shipped with three different versions of the test framework. The first is the full framework version,
which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
The adapter is shipped with three different versions of the test framework. The first is the full framework version,
which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards.
The different versions of the adapter supports different versions of the test framework.
The table above shows the supported versions.
Expand Down
Loading