Top "Nuget" questions

NuGet is a free, open source developer focused package management system for the .NET platform.

Install NuGet via PowerShell script

As far as I can tell, NuGet is meant to be installed as a Visual Studio extension: http://docs.nuget.…

powershell nuget powershell-3.0
The 'packages' element is not declared

When using asp.net mvc 3 project with vs 2010 I have lots of warnings like the ones below: I wonder if …

xml visual-studio-2010 nuget
How to download a Nuget package without nuget.exe or Visual Studio extension?

How can I download a NuGet package? I don't have the NuGet Visual Studio extension or the command line program …

c# .net visual-studio nuget
Unable to Install Any Package in Visual Studio 2015

I've tried every package I could possibly find and none of them will install in my project. I've installed every …

package nuget visual-studio-2015
Restoring Nuget References?

I have solution & project in Visual Studio 2012. The project has a file packages.config in the root of the …

visual-studio-2012 nuget
NuGet auto package restore does not work with MSBuild

I'm trying to build a solution with packages content missing (except repositories.config inside) with MSBuild 12.0. I expect it to …

.net build msbuild nuget nuget-package-restore
How to use Bootstrap 4 in ASP.NET Core

I want to update Bootstrap in ASP.NET Core with NuGet. I used this: Install-Package bootstrap -Version 4.0.0 It did add …

.net asp.net-core nuget bootstrap-4 asp.net-core-2.0
Can't install nuget package because of "Failed to initialize the PowerShell host"

All of a sudden, I am getting this error when upgrading Nuget packages. None of the fixes that I have …

powershell visual-studio-2013 nuget powershell-2.0 nuget-package
nuget 'packages' element is not declared warning

not a showstopper but when using nuget in a project, it creates a packages.config file with this shape <?…

xml visual-studio nuget