Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Rider 在 ubuntu 上打开我的 dotnet 核心项目,但我似乎无法针对 global.json 文件,只有 project.json 文件,有人知道是否可以进行多项目吗?
谢谢
现在您可以打开一个项目(project.json),rider 将生成 xproj 和 sln 文件。之后,您可以通过解决方案资源管理器添加其他项目(解决方案 -> 添加现有项目 -> 选择其他 project.json 之一)。之后,保存 sln 文件。
如果您的项目中有一个 .sln 文件,那么 Rider 应该能够打开它。