Reputation: 617
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, but I could be convinced) that supports .NET 2.0?
Thanks in advance.
Upvotes: 0
Views: 201
Reputation: 1039130
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.
Upvotes: 2