Top "Nuget" questions

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

What do Yellow Warning Triangles mean on Dependencies in Visual Studio 2017?

I have just converted my PCL library to a new .Net Standard library and I have some Yellow Warning triangles …

nuget visual-studio-2017 .net-standard
remove nuget package restore from solution

I added the recent nuget package restore feature to a solution using 'Enable NuGet Package Restore': http://docs.nuget.org/…

visual-studio-2010 visual-studio msbuild nuget
Nuget - Package restore failed. Rolling back package changes for 'WebApplication1'. 0

It's my own custom nuget package that I've not published yet and testing locally. The nuget package consists of a …

c# nuget .net-core nuget-package-restore visual-studio-2017
Where is nuget.exe?

I'm using Visual Studo 2015 and I have Package Manager Console where I can run like PM> Install-Package Newtonsoft.Json …

visual-studio nuget
How do I get .NET Core projects to copy NuGet references to the build output?

I'm trying to write a plugin system with .NET Core, and one of my requirements are to be able to …

c# msbuild .net-core nuget csproj
Detected package downgrade warning (dotnet core, vs 2017)

I have just updated all my nuget packages for my solution (dotnet core 1.1 project). I am now getting the following …

.net nuget .net-core visual-studio-2017 csproj
Can I publish a private NuGet package?

I have an assembly that I have made which is very specific to my team at my company. I want …

c# vb.net visual-studio nuget
How do I list all installed NuGet packages?

How does one list all locally installed NuGet packages? Is there a NuGet equivalent of RPM -qa? Within Chocolatey there …

c# asp.net visual-studio nuget
Add native files from NuGet package to project output directory

I'm trying to create NuGet package for a .Net assembly which does pinvoke to a native win32 dll. I need …

nuget nuget-package nuget-spec
Get NuGet.exe version from command-line

I'd like to get the NuGet.exe version using the command-line. I know I can get the version of NuGet …

command-line version nuget