When Rider does not find MSBuild on Apple Silicon, it might need the latest version of the dotnet SDK. It’s not bundled with the Mono SDK cask.

To install via Homebrew:

brew install dotnet@7

and set this in your .bashrc / .zshrc

export DOTNET_ROOT="/opt/homebrew/opt/dotnet/libexec"