@@ -9,19 +9,20 @@ The table below shows the supported adapter versions for a given framework versi
99| Net Core 2.1| 3.8 - 4.3.0||
1010| Net Core 2.2| 3.8 - 4.3.0||
1111| Net Core 3.0| 3.8 - 4.3.0||
12- | Net Core 3.1| 3.8 - up to latest ||
12+ | Net Core 3.1| 3.8 - 5.X ||
1313| Net Framework 3.5| All up to 4.3.X||
1414| Net Framework 4.X-4.6.1| All up to 4.3.X||
1515| Net Framework 4.6.2 - 4.8| 3.8 - up to latest ||
16- | Net 5| Works with 3.15.1 and upwards | May also work with earlier versions, but not tested|
17- | Net 6| Works with 4.1 and upwards | May also work with earlier versions, but not tested|
18- | Net 7| Works with 4.3 and upwards ||
16+ | Net 5| 3.15.1 - 5.X | May also work with earlier versions, but not tested|
17+ | Net 6| 4.1 - 5.X | May also work with earlier versions, but not tested|
18+ | Net 7| 4.3 - 5.X ||
1919| Net 8+| Works with 4.3.2 and upwards||
2020
21- The adapter is shipped with two different versions of the test framework. The first is the full framework version, which
22- is used for .NET Framework based test projects. The second is the .NET (Core) version, which is used for .NET Core
23- 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
24- versions of the test framework. The table above shows the supported versions.
21+ The adapter is shipped with three different versions of the test framework. The first is the full framework version,
22+ which is used for .NET Framework based test projects. The second is the .NET version 6.0, which is used for .NET
23+ 6.0, and the third is .NET 8.0 which is used for .net 7.0, 8.0, 9.0, 10.0 and upwards.
24+ The different versions of the adapter supports different versions of the test framework.
25+ The table above shows the supported versions.
2526
2627Version 4.3.2 of the adapter will support future versions of .net, as long as there are no breaking changes. (Earlier
2728versions have been blocking that based on the table above).
0 commit comments