What is the latest version of structuremap that supports .NET 2.0

泄露秘密 提交于 2019-12-11 16:59:56

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/5008346/what-is-the-latest-version-of-structuremap-that-supports-net-2-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!