将 .Net 2.0 与 Gallio 结合使用
我正在使用 TD.Net 和 Gallio 进行测试。我已经安装了 .Net 4.0,但我想使用 2.0 运行时。我已将
放入测试程序集的 app.config 中,但它仍然使用 4.0。
我应该怎么办?
I'm running tests with TD.Net and Gallio. I've got .Net 4.0 installed, but I want to use the 2.0 runtime. I've put <supportedRuntime version="v2.0.50727"/>
in my test assembly's app.config, but it still uses the 4.0.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在测试程序集的属性中将目标框架更改为.Net 2.0?
You could try changing the target framework to .Net 2.0 in your test assembly's properties?