What is the latest version of StructureMap that supports .Net 3.5?

I would like to use the latest version, but I can not use anything that depends on .NET 4.0 or newer for a new project.

I saw this question , so I know that I can at least use version 2.4.9, but can I use any new version

+5
source share
1 answer

In the .NET 3.5 project I'm working on, I use mapmap 2.6.3. I added a link with NuGet. Version 2.6.4 and 2.6.4.1 could not be installed via NuGet in project 3.5, but 2.6.3 was.

install-package structuremap -Version 2.6.3
+5
source

All Articles