Skip to content
Merged
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
17 changes: 9 additions & 8 deletions docs/articles/vs-test-adapter/Supported-Frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ The table below shows the supported adapter versions for a given framework versi
|Net Core 2.1|3.8 - 4.3.0||
|Net Core 2.2|3.8 - 4.3.0||
|Net Core 3.0|3.8 - 4.3.0||
|Net Core 3.1|3.8 - up to latest ||
|Net Core 3.1|3.8 - 5.X ||
|Net Framework 3.5|All up to 4.3.X||
|Net Framework 4.X-4.6.1|All up to 4.3.X||
|Net Framework 4.6.2 - 4.8|3.8 - up to latest ||
|Net 5|Works with 3.15.1 and upwards|May also work with earlier versions, but not tested|
|Net 6|Works with 4.1 and upwards|May also work with earlier versions, but not tested|
|Net 7|Works with 4.3 and upwards||
|Net 5|3.15.1 - 5.X | May also work with earlier versions, but not tested|
|Net 6|4.1 - 5.X |May also work with earlier versions, but not tested|
|Net 7|4.3 - 5.X ||
|Net 8+|Works with 4.3.2 and upwards||

The adapter is shipped with two 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 (Core) version, which is used for .NET Core
1.0, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0 and upwards. The different versions of the adapter supports different
versions of the test framework. The table above shows the supported versions.
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
versions have been blocking that based on the table above).
Expand Down
Loading