I'm working on a project that is stuck on .NET 2.0 (though we can use C# 3.0), and I'd like to use the facilities of a nice container (e.g. StructureMap). Does anyone know what the latest version of StructureMap that supports .NET 2.0 is?
Or if there is any other container (preferably not Unity, 开发者_JAVA技巧but I could be convinced) that supports .NET 2.0?
Thanks in advance.
That would be StructureMap-2.0. The next release which is StructureMap.2.4.9 already depends on the System.Core
assembly which is .NET 3.5.
精彩评论