diff --git a/.markdownlintrc b/.markdownlintrc index ca285c6af..8a6bdf17b 100644 --- a/.markdownlintrc +++ b/.markdownlintrc @@ -3,5 +3,6 @@ "MD013": false, "MD026": false, "MD046": false, - "MD004": false + "MD004": false, + "MD060": false } \ No newline at end of file diff --git a/docs/articles/vs-test-adapter/Supported-Frameworks.md b/docs/articles/vs-test-adapter/Supported-Frameworks.md index 7860c3464..bacd0118f 100644 --- a/docs/articles/vs-test-adapter/Supported-Frameworks.md +++ b/docs/articles/vs-test-adapter/Supported-Frameworks.md @@ -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