Top "Nuget-package" questions

NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

how to create nuspec file in specific folder?

I tried to create .nuspec file in a different folder by giving path but it is giving me error Nuget.…

nuget nuget-package nuget-package-restore nuspec
Pain-free local development while also referencing NuGet packages

I am attempting to publish and consume versioned NuGet packages of class libraries while avoiding headaches for local development. Here …

c# visual-studio visual-studio-2013 nuget nuget-package
What is the purpose of Antlr package in Visual Studio 2013 ASP.NET project?

The ASP.NET (web forms) project template in Visual Studio 2013 includes several packages. I'm trying to figure out which ones …

asp.net visual-studio-2013 antlr nuget-package
Web Api: System.Net.Http version 2.0.0.0 not found

When I install the NuGet package for WebApi, it gives me version 1.0.0.0 of System.Net.Http, yet it references version 2. …

asp.net-web-api .net-assembly nuget-package system.net system.net.httpwebrequest
Loading Assemblies from NuGet Packages

Sometimes in my PowerShell scripts, I need access to a specific DLL, using Add-Type -AssemblyName. However, the DLLs I need …

powershell nuget-package powershell-4.0
what is major difference between dotnet publish and dotnet pack

What is the major difference between dotnet pack and publish? From Microsoft's description, my understanding is that pack creates a …

.net nuget .net-core nuget-package dotnet-cli
Package is not found in the following primary source

I have a build pipeline set up to create Nuget packages and publish them to a feed in artifacts. I …

.net azure-devops nuget-package
Automatic native and managed DLLs extracting from Nuget Package

This is driving me crazy for several months now and I'm still not able to achieve it. My managed libraries …

c# asp.net-core nuget nuget-package .net-core
How to automatically update nuget package dependency?

I have have two packages \ projects "A" and "B". Where "B" is depending on "A" and use it as a …

tfs nuget nuget-package nuget-server nuspec
NuGet pack is ignoring assembly info

When I run nuget pack MyProject.csproj from the command line, I get the following error: The replacement token 'author' …

nuget-package