Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6159

How to install the latest version of NuGet.exe CLI in Ubuntu 18.04 WSL?

$
0
0

I have WSL 18.04 (Ubuntu) and I want to use NuGet.exe to install a Nuget Package to a folder (not .csproj) using the code below:

nuget install Test.Nuget.Version -OutputDirectory packages

In WSL, I use sudo apt install nuget. However that will only install an old nuget version 2.8.xxx in Ubuntu. =(

In order to run nuget install command, I must use the latest version of NuGet version (5.x.x) installed in Ubuntu.

Is it possible to install latest NuGet version in Ubuntu?If yes, how can I do so?


Viewing all articles
Browse latest Browse all 6159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>