Skip to content
Closed
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
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
}
8 changes: 4 additions & 4 deletions docs/articles/vs-test-adapter/Supported-Frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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
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 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.

Version 4.3.2 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier
Expand Down
Loading