Top "Nuget" questions

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

This project references NuGet package(s) that are missing on this computer

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try …

visual-studio-2010 visual-studio msbuild nuget
Where can I find a NuGet package for upgrading to System.Web.Http v5.0.0.0?

Just upgraded an ASP.NET MVC4 project to use Unity.WebApi version 5.0.0.0 and it requires System.Web.Http v 5.0.0.0 as …

c# .net asp.net-mvc-4 nuget asp.net-web-api2
Assets file project.assets.json not found. Run a NuGet package restore

I'm trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I …

nuget visual-studio-2017 .net-core nuget-package-restore
How do I delete NuGet packages that are not referenced by any project in my solution?

Somehow during the upgrade to VS2012 and .NET 4.5, I've managed to get NuGet confused. There are packages that appear in …

nuget visual-studio-2012
Nuget connection attempt failed "Unable to load the service index for source"

While trying to connect to Nuget, getting the error below and then I am unable to connect: [nuget.org] Unable …

.net visual-studio nuget
NuGet behind a proxy

I figure out that NuGet allows proxy settings configuration since 1.4 version. But, I can't find any command line example. I'm …

c# msbuild nuget
Extracting Nupkg files using command line

Firstly, I do not want to use Visual Studio at all when dealing with the certain .nupkg files. I know …

nuget
Build error, This project references NuGet

When I try to build my solution, I get the following error message: Severity Code Description Project File Line Suppression …

.net visual-studio nuget nuget-package-restore
NuGet: 'X' already has a dependency defined for 'Y'

I'm getting the following error in NuGet while trying to install package Microsoft.AspNet.Server.IIS Attempting to resolve dependency …

asp.net iis nuget
How to get 'System.Web.Http, Version=5.2.3.0?

I just created an MVC5 project and added several packages from nuget, but then when I compiled the project, i …

asp.net-mvc asp.net-mvc-5 nuget