- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个扩展名为 .xproj
的 .NET core 项目。当我在VS 2017中打开项目时,项目文件.xproj migrated to .csproj
.
如何在 Visual Studio 2017/2015 中打开 .xproj 文件?
我需要安装任何工具吗?
当我尝试在 VS2015 中打开 xproj 时。它给出错误导入的项目 "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
我需要安装任何工具吗?
最佳答案
如前所述,project.json 和 .xproj 已弃用,并且不再受 Microsoft 支持。 VS 2017 可以迁移在 VS 2017 中创建的解决方案,就像从命令行运行 dotnet migrate
一样。
有一种方法可以在 VS 2015(仅限 2015)中继续使用 project.json/xproj,方法是在解决方案目录中创建一个 global.json
文件并设置sdk->version 为已安装的 Preview2 cli 的版本(与版本完全匹配的文件夹必须存在于 C:\Program Files\dotnet\sdk
中,否则您会收到错误消息 Microsoft .DotNet.Props 未找到
)。请参阅https://github.com/dotnet/cli/blob/rel/1.0.1/Documentation/ProjectJsonToCSProj.md#how-do-i-work-with-projectjson-and-csproj-on-the-same-machine了解更多详情。
关于.net - 如何在 VS2017/2015 中打开 .xproj 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43679083/
我是一名优秀的程序员,十分优秀!