0

I am using Rider to open my dotnet core projects on ubuntu, i cant seem to target a global.json file though, only the project.json files, does anyone know if multi project is possible yet??

Thanks

DenLilleMand
  • 3,732
  • 5
  • 25
  • 34

2 Answers2

2

Now you can open a one project (project.json), rider will generate xproj and sln files. And after that you can add other project through solution explorer (Solution -> Add existing project -> select other project.json on by one). After that, save sln file.

xtmq
  • 3,380
  • 22
  • 26
0

If there's a .sln file in your project then Rider should be able to open that.

RedXTech
  • 406
  • 2
  • 7
  • 17