在 Windows 上使用 Mono Runtime 而不是 Microsoft 的 Monodevelop
尽管我将 Mono 设置为 Windows 上的默认 .NET 运行时,但它仍然坚持使用 Microsoft .NET 框架。 Monodevelop可以配置为使用mono运行时作为运行时环境来执行自身吗?如何以及在哪里配置此设置?
Even though I set Mono to the default .NET Runtime on Windows, it insists on using Microsoft .NET framework. Can Monodevelop be configured to use the mono runtime as the runtime environment to execute itself? How and where do I configure this setting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有为此的配置选项。您可以尝试通过在 MonoDevelop 的 bin 目录中运行“mono MonoDevelop.exe”来在 Mono 之上运行 MonoDevelop,但这尚未经过广泛的测试。
There isn't a configuration option for this. You can try running MonoDevelop on top of Mono by running "mono MonoDevelop.exe" in MonoDevelop's bin directory, but this has not been extensively tested.