Castle Windsor assembly versioning and MSTest

We have a solution that relies on Castle Windsor with some projects referencing 3.0 and some 3.1.

The tests need Windsor 3.1, but the final project to be built references 3.0, which means that it the last version copied into the OutDir folder. This results in all our tests failing in MSTest but not locally.

Is there any way to force the tests to run using the 3.1 versions or will we need to update all projects in the solution?

链接地址: http://www.djcxy.com/p/59868.html

上一篇: 温莎城堡:单元测试组件生命周期

下一篇: 温莎城堡组装版本和MSTest