用Visual Studio for Mac创建的解决方案文件(.sln),在 Visual Studio 2015 或者 Visual Studio 2017 RC 中打开时都出现下面的错误提示:
The version of the selected solution is higher than the solution version supported by this Visual Studio release. Please try downloading the latest service pack for this Visual Studio release, or opening in a more recent version of Visual Studio, if available.
将 .sln 文件中第1行中的 `Format Version 15.00` 改为 `Format Version 12.00`就行了。