Des
Des

Reputation: 10451

How to install mono 5.0.x on Mac using homebrew?

I tried just brew install mono, and it appears that the default installs a 4.x version.

Thanks!

Upvotes: 11

Views: 11266

Answers (1)

HalFtaN
HalFtaN

Reputation: 236

you can use homebrew-cask to install mono-mdk.

brew install mono-mdk --cask

Upvotes: 22

Related Questions