I am working on a project that is stuck on .NET 2.0 (although we can use C # 3.0), and I would like to use the capabilities of a beautiful container (e.g. StructureMap). Does anyone know which latest version of StructureMap that supports .NET 2.0 is?
Or, if there is any other container (preferably not Unity, but I can make sure) that supports .NET 2.0?
Thanks in advance.
source
share