Post

How to Use NuGet on Mono, Part II

[Update: Microsoft starts to officially support Mono, so please simply use latest NuGet executable such as 3.5]

In part I we see how to get the command line tool running. In this part, we document how to get NuGet package restore working.

So how can we get package restore running, assuming you already have this enable for your solution?

There are several steps needed,

  1. Set the required environment variable,

    1
    
    export EnableNuGetPackageRestore=true
    
  2. Go to .nuget folder and replace NuGet.targets with a new version.
  3. Copy Microsoft.Build.dll to .nuget folder if you did not yet. (Please refer to part I)
  4. Now the most difficult step comes. Please go to all .csproj/.vbproj files and modify to Now xbuild should be able to help build your solution and ask NuGet to restore packages.

Note that the wrong case issue of NuGet Visual Studio addin has been fixed only in its master branch, and is marked as part of upcoming 2.3 release. We still need to wait for that, and manually edit project files at this moment.

© Lex Li. All rights reserved. The code included is licensed under CC BY 4.0 unless otherwise noted.
Advertisement

© - Lex Li. All rights reserved.

Using the Chirpy theme for Jekyll.

Last updated on April 19, 2024