Is it possible to install NuGet on a Mac?

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?

1

1 Answer

I work on Xamarin Components Team with nuget on a daily basis.

Install mono and use:

mono nuget.exe

It is possible to install nuget via brew too:

brew install nuget

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like