I am trying to get Math.NET Numerics for F#. It seems like the only way to do it is to install the NuGet Package Manager Console.
However, after downloading NuGet, I try to click on nuget.exe, and I get the message:
You can’t open the application “nuget.exe” because Microsoft Windows applications are not supported on OS X.
Is there any way to get NuGet to work on a Mac?
11 Answer
I work on Xamarin Components Team with nuget on a daily basis.
Install mono and use:
mono nuget.exeIt is possible to install nuget via brew too:
brew install nuget