1

The project properties just don't open, and the Rider says "editing properties is not supported for this item" error image. It happens for every project, but in Visual Studio I can edit project properties normally. How to fix it?

Thanks for any help

Kliment Nechaev
  • 480
  • 1
  • 6
  • 13
  • You have to create a new issue in JetBrains public issue tracker: https://youtrack.jetbrains.com/newIssue?project=RIDER and attach IDE logs (Help -> Show Log In) – xtmq Jul 13 '21 at 18:11

1 Answers1

1

Solved by switching the used MSBuild version from 17 to 16 in (Settings -> Build, Execution, Deployment -> Toolset and Build)

Kliment Nechaev
  • 480
  • 1
  • 6
  • 13