NUnit runner version and .NET version

We're running TeamCity 10.0.4 and have a question about NUnit runner 2.6.4.  Is it possible to enable this with .NET 4.5.1?  Based on documentation at https://confluence.jetbrains.com/display/TCD10/NUnit, it appears that there are conditions that allow .NET 4.5.1 if the NUnit runner version is 3, but we have a constraint to use version 2.6.4.

0
1 comment
Official comment

Of course you can use NUnit 2.6.4 to test assemblies under .net 4.5.1 which reference to NUnit 2.x framework (nunit.framework.dll).

But also you could use NUnit 3.x console to run tests for assemblies which reference to NUnit 2.x framework.

Please sign in to leave a comment.