nunit / nunit-project-loader

The NUnit project loader extension allows the NUnit engine to load nunit projects
MIT License
2 stars 6 forks source link

Extension should require 4.0 or greater engine #46

Closed CharliePoole closed 2 years ago

CharliePoole commented 2 years ago

Currently, if the 4.0 dev build of the extension is found, the 3.x engine crashes. We should set the minimum version supported to 4.0 so that 3.x doesn't try to load the extension.