NuGet is a free, open source developer focused package management system for the .NET platform.
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-standardI 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 nugetIt'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-2017I'm using Visual Studo 2015 and I have Package Manager Console where I can run like PM> Install-Package Newtonsoft.Json …
visual-studio nugetI 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 csprojI have an assembly that I have made which is very specific to my team at my company. I want …
c# vb.net visual-studio nugetHow does one list all locally installed NuGet packages? Is there a NuGet equivalent of RPM -qa? Within Chocolatey there …
c# asp.net visual-studio nugetI'm trying to create NuGet package for a .Net assembly which does pinvoke to a native win32 dll. I need …
nuget nuget-package nuget-specI'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