Top "Nuget" questions

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

Creating one NuGet package from multiple projects in one solution

I have a solution that I'm working on that contains 4 class library projects (A, B, C, D). A and B …

c# visual-studio-2010 teamcity nuget
How to add a folder to a nuspec file

So I'm actually trying to package up a web site project (not web application so no csproj file) into a …

nuget octopus-deploy nuget-spec
installing nuget package "same key has already been added."

i am trying to install Microsoft.Bcl.Build 1.0.14 nuget returns Installing 'Microsoft.Bcl.Build 1.0.14'. Successfully installed 'Microsoft.Bcl.Build 1.0.14…

c# visual-studio nuget base-class-library
Is there a way to automatically update nuget.exe in the .nuget folder when using package restore?

My team has been using the Enable Package Restore option since Nuget 1.5 to keep packages out of our source control. …

nuget
VS2017 The operation failed as details for project could not be loaded

I edit the project.csproj. and re-open the solution the errors occurred: The operation failed as details for project xxx …

nuget visual-studio-2017
Uninstall Chocolatey package

The Chocolatey package manager supports silent installations via the command below. It doesn't seem to have an uninstall command. cinst …

installation nuget uninstallation chocolatey
NuGet upgrade issue

I have the version of NuGet that comes with MVC3 (1.0), but when I try to upgrade to the latest version (…

visual-studio-2010 visual-studio nuget
Why isn't there any packages folder in my .NET Core solution's containing folder?

Are packages now cached in a more shared location somewhere or what? My solution folder is devoid of any packages …

nuget .net-core nuget-package-restore
NuGet - repositories.config

NuGet newbie question- I saw repositories.config being added in NuGet packages folder. Can anyone please guide me what is …

nuget
What's the difference between the new netstandardapp and netcoreapp TFMs?

I noticed that NuGet has recently added support for several new TFMs related to .NET Core, including: netstandard (1.0-1.5) netstandardapp (1.5) …

c# .net nuget asp.net-core .net-core