diff --git a/.github/linters/.markdownlint.yml b/.github/linters/.markdownlint.yml index 7bc093fed..cbf480791 100644 --- a/.github/linters/.markdownlint.yml +++ b/.github/linters/.markdownlint.yml @@ -23,6 +23,7 @@ MD013: false MD026: false MD046: false # Mix of indented and fenced code blocks MD004: false +MD060: false # MD004: false # Unordered list style # MD007: # indent: 2 # Unordered list indentation 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..f16d03bc8 100644 --- a/docs/articles/vs-test-adapter/Supported-Frameworks.md +++ b/docs/articles/vs-test-adapter/Supported-Frameworks.md @@ -18,8 +18,8 @@ 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 +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.