MonoDevelop 无法导入 VS2013/2015 解决方案

MonoDevelop 无法导入 VS2013/2015 解决方案

我正在打开.sln从 Visual Studio 2013 传输到 MonoDevelop 的文件。但是,当我尝试这样做时,它给出了以下错误:

1. Project 'foo' has a different ToolsVersion than the containing solution.
2. Error while trying to load the project '/path/to/foo.csproj': Unknown ToolsVersion '12.0'
3. [repeat 2 for every project in the solution]

当我尝试对 VS2015 文件执行此操作时,它出现了同样的错误,只不过这次ToolsVersion14.0

我的 MonoDevelop 版本是 v4.0.12;有没有什么解决方法?

相关内容