Skip to Content
All posts

Issue with resolving Dotnet in Rider

1 min read ·  — #rider#dotnet

Problem

Dotnet in Rider: cannot resolve symbol 'Microsoft'

Image Alt

Solution

Please go to the setting > build, Execution, Deployment > Toolset and Build and then you can see like this.

Image Alt

After that, you have to change use MSBuild version the default MSBuild version might be Auto detected (##) .... then click the combo box and please select a version that supports you.

Image Alt

The 4.0 is batter in my case. after select and apply them, you can see a success message from Rider. otherwise, Rider shows an error. if you have an error please try another option. thanks.