-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Hey there,
I have a .NET 6.0 console project which references NUnit.Engine 3.14.0 and NUnit.Extension.NUnitV2Driver 3.9.0. When I try to run NUnit2 tests from test assembly (targeting .NET Framework 4.8, referencing NUnit 2.6.4), I get the following result:
Either assembly contains no tests or proper test driver has not been found.
According to the documentation, V2 Framework Driver should be used automatically if installed. Am I missing something?
Please find attached solution which can be used to reproduce the issue.
NUnit3_Repro.zip