From 178a82201999904042dd9a4200b884353e628b68 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Wed, 12 Nov 2025 22:09:10 +0100 Subject: [PATCH] Updated supported frameworks for adapter --- .../vs-test-adapter/Supported-Frameworks.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/articles/vs-test-adapter/Supported-Frameworks.md b/docs/articles/vs-test-adapter/Supported-Frameworks.md index 18c19e454..7860c3464 100644 --- a/docs/articles/vs-test-adapter/Supported-Frameworks.md +++ b/docs/articles/vs-test-adapter/Supported-Frameworks.md @@ -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).