我正在用TD.Net和Gallio进行测试。我已经安装了.Net 4.0,但我想使用2.0运行时。我把 <supportedRuntime version="v2.0.50727"/> 在我的测试程序集的app.config中,但它仍然使用4.0。
<supportedRuntime version="v2.0.50727"/>
我该怎么办?
您可以尝试在测试程序集的属性中将目标框架更改为.Net 2.0吗?