The project is currently still targeted at .NET 1.1 as a minimum
version, though I will be proposing changes to the supported versions
after the next release (1.8).
On 11/02/2013 11:04 AM, John Allberg wrote:
Hi!
To be able to use internal classes from the test project you can use
the InternalsVisisbleTo attribute. Quite handy... J
http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.internalsvisibletoattribute.aspx
Just put it in your assemblyinfo and point out the test library.
Best Regards,
John