You won't see anything if you run it directly from the browser. dotnet add package Spectre.Console --version 0.41.0 You can use -v for short if you want to minimize keystrokes. The possible solution is to update the version of NuGet Package Manager following these steps: 1. nuget install packages.config -OutputDirectory packages Install a specific version of a package If the version is not specified when you use the install command, NuGet installs the latest version of the package. To install a specific version, use the -Version option. nuget update -self To update a NuGet package from the command line, use the same syntax as when installing new packages: dotnet add package. README Frameworks Dependencies Used By Versions NuGet Command Line Tool. For example: Install-Package Syncfusion.SfGrid.WPF -ProjectName SyncfusionWPFApp. Install-Package <Package Name> -ProjectName <Project Name>. Use the Version selector in the right tab to choose the desired version of the package. By default, console commands operate against a specific package source and project as set in the control at the top of the window. Download & Installation You can download the latest version from nuget.org/downloads. Download the latest NuGet CLI from here. For example, if you have Microsoft.AspNet.MVC 5.1.0-rc1 installed, the following command would downgrade it to 5.0.0: ps Install-Package Microsoft.AspNet.MVC -Version 5.0.0. Install Package To install a package, use Install-Package command. Script & Interactive Cake NuGet\Install-Package NuGet.CommandLine -Version 6.2.0 This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . To install a specific version SignalR from same ASP.NET Core CI dev source . Use the following command to install a NuGet package: .NET CLI Copy dotnet add package <PACKAGE_NAME> For example, to install the Newtonsoft.Json package, use the following command .NET CLI Copy dotnet add package Newtonsoft.Json After the command completes, you can open the project file to see the package reference. Use the below command to install the Nuget package. To use NuGet CLI commands in the Package Manager Console, install the NuGet.CommandLine package. To install NuGet, we need to use the InstallPackageProvider command. In Visual Studio, use the Help > About Microsoft Visual Studio command and look at the version displayed next to NuGet Package Manager. The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of NuGet functionality to install, create, publish, and manage packages without making any change to the project files. How to install a specific version of nuget? InstallPackageProvider Name Nuget Force On some machines, you will get the error message regarding downloading the package from the internet. Open the project/solution in Visual Studio, and open the console using the Tools > NuGet Package Manager > Package Manager Console command. We could to know, NuGet.exe is not an installer. Instruct your browser to save the file to a folder of your choice. Examples The latest version is always recommended, and 4.1.0+ is required to publish packages to nuget.org. Install-Package [Package-Name] -Pre. To do so, expand Frameworks and Dependencies in the right part: Depending on the selected package version, and on whether the selected package is . NuGet\Install-Package CommandLine.Net -Version 2.3.0 This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . . Adding and updating NuGet packages via command line - dotnet CLI. Just like we can add, remove and update NuGet packages via UI in Visual Studio or Visual Studio Code we can accomplish the same using the dotnet CLI. We install a specific version of the package. nuget install <packageID | configFilePath> [options] where <packageID> names the package to install (using the latest version), or <configFilePath> identifies the packages.config file that lists the packages to install. To know which version of NuGet is installed use follow steps. Using CLI - PMC or Powershell. By default, the package will be installed with latest version. If you already know this, skip to step 3. ps Copy # Find packages containing the keyword "elmah" Find-Package elmah Run the install command: ps Copy Command. Options -ConfigFile The NuGet configuration file to apply. To open the console in Visual Studio, go to the main menu and select Tools > NuGet Package Manager > Package Manager Console command. Something like: I'd like to be able to find a specific package (exact match on package ID) using the nuget.exe command line client. According to the document NuGet CLI reference: Each download is the nuget.exe file directly. Install-Package NuGet.CommandLine The preceding command installs the latest version of the NuGet CLI. Tools >> Extensions and Updates 3. Advantages. README Frameworks Dependencies Used By Versions NuGet Command Line Interface. NuGet\Install-Package NuGet.CommandLine -Version 6.3.1 This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . NOTE To update the existing nuget.exe to latest version use the following command. uninstall-package <Package Name> Example nuget install Syncfusion.Tools.windows -Version 17.2.0.40 If needed, Visual Studio performs a restore of NuGet packages as part of the build steps. NuGet\Install-Package NuGet.CommandLine -Version 6.3.0 This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . README Frameworks Dependencies Used By Versions NuGet Command Line Interface. I'd also like to be able to find a specific version of the package (to check if that version exists in the feed). Install a package: nuget install <packageID> -OutputDirectory packages; Install with a specific version: nuget install <packageID | configFilePath> -Version . README Frameworks Dependencies Used By Versions Parse command line arguments into user defined objects The above techniques install any available lastest preview version of the Nuget package. You can indicate a specific version with the -Version option. For example, to install Version 4.4.1, enter: NuGet\Install-Package NuGet.CommandLine -Version 4.4.2 This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . nuget install config\packages.config -OutputDirectory packages Install a specific version of a package The install command installs the latest version of a package unless you specify a different version. The below command will install the Syncfusion WPF NuGet package in the given WPF application. Open Visual Studio 2012 2. . Available without having to launch . To install a specific version of a package, use the -Version option: cli nuget install <packageID | configFilePath> -Version <version> Specify the version in the install command to install a specific version of the package. README Frameworks Dependencies Used By Versions NuGet Command Line Interface. Using NuGet command line tool with Gemfury Solution 1. pr PowerShell etc. Typing nuget help from the command line will in addition to the expected help information also list the current NuGet.exe version.. Example The file is not an installer, and it is the nuget.exe file directly. The NuGet command-line tool can be used for .NET Framework or any non-SDK-style projects that still use the packages.config file to store the description of the package . The file is not an installer; you won't see anything if you run it directly from the browser. Find the package you want to install. NuGet Package Manager >> Update Manually Download NuGet Packages First you need to log in using your licensed account. Solution 2. Updates >> Visual Studio gallery 4. NuGet CLI. Available NuGet Distribution Versions Windows x86 Commandline nuget.exe - recommended latest Visual Studio 2015 VS 2015 VSIX - latest Visual Studio 2017 NuGet 4.x is included in the Visual Studio 2017 installation. Go to Project Manage NuGet Packages In Package Source select the "Gemfury" entry Select desired package and specific version, then click Install After which, Build your project. To update a package you will need to include the version switch. Before installing the selected package, you may want to check which dependent packages will be installed. Latest NuGet releases are delivered as part of Visual Studio updates. You can also install a specific version of a Nuget package: nuget install <packageID | configFilePath> -Version <version> If using CLI like Commands prompt or PowerShell or Package Manager Console (PMC) windows, you can run the following command in the Package Manager Console. Parameters None of these parameters accept pipeline input or wildcard characters. In NuGet 2.8+, Install-Package can downgrade an existing package in your project.