What is the latest structure structure supporting .NET 2.0

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.

0
source share
1 answer

This will be StructureMap-2.0 . The next release of StructureMap.2.4.9 already depends on the assembly System.Core, which is .NET 3.5.

+2
source

All Articles