The Visual Studio test tester expects the test project to be .NET 4.0 or later. But you can reference the .NET 2.0 assembly and test the code.
If you do not rely on the very specific functions of .NEt 2.0, then these projects will work fine.
source
share