Skip to content

Commit 08d2db9

Browse files
authored
Update live-unit-testing-faq.md
1 parent 9c97e35 commit 08d2db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/live-unit-testing-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Live Unit Testing works with the three popular unit testing frameworks listed in
2727
|Test Framework |Visual Studio Adapter minimum version |Framework minimum version |
2828
|---------|---------|---------|
2929
|xUnit.net |xunit.runner.visualstudio version 2.2.0-beta3-build1187 |xunit 1.9.2 |
30-
|NUnit |NUnit3TestAdapter version 3.5.1 |NUnit version 3.5.0 |
30+
|NUnit |NUnit3TestAdapter version 3.7.0 |NUnit version 3.5.0 |
3131
|MSTest |MSTest.TestAdapter 1.1.4-preview |MSTest.TestFramework 1.0.5-preview |
3232

3333
If you have older MSTest based test projects that reference `Microsoft.VisualStudio.QualityTools.UnitTestFramework` and you don’t wish to move to the newer MSTest NuGet packages, upgrade to Visual Studio 2017 version 15.4 or later.

0 commit comments

Comments
 (0)