You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ The NUnit 3 Test Adapter is Open Source software released under the [.
66
66
67
-
## Announcement
67
+
## Notes
68
+
69
+
* This adapter works with NUnit 3.0 and higher only. Use the NUnit 2 Adapter to run NUnit 2.x tests.
70
+
71
+
72
+
## Announcements
68
73
* From version 3.9 the NUnit3TestAdapter will stop supporting Visual Studio 2012 RTM (!), note only RTM, the later updates will still be supported fully. If you're using VS 2012 and want to update NUnit3TestAdapter, please update your Visual Studio RTM to any of the subsequent updates (Update 1-5)
69
74
* From version 3.16 the NUnit3TestAdapter will stop supporting .net core 1
75
+
* From version 4.0 the NUnit3TestAdapter will only be released as a nuget package, the VSIX is deprecated.
Copy file name to clipboardexpand all lines: nuget/NUnit3TestAdapter.nuspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
Copy file name to clipboardexpand all lines: src/NUnitTestAdapter/Properties/AssemblyInfo.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
[assembly:AssemblyDescription("A package containing the NUnit3 TestAdapter for Visual Studio 2012 onwards. \n\r\nThe package works with Visual Studio 2012 and newer, dotnet test and VSTest.Console.\r\n")]
0 commit comments