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.

Updating nuget packages in all projects in a solution

I have a .net solution (say A) with multiple projects(say B,C,D). I want to update all nuget …

.net nuget nuget-package
NuGet fails to find existing package

How it's possible that NuGet's Install-Package fails with Unable to find version 'x' of package 'y' when that exact version …

c# nuget nuget-package nuget-package-restore
How can I make my managed NuGet package support C++/CLI projects?

I have made a NuGet package that works well when I use it from a C# project. It contains a …

.net dll c++-cli nuget nuget-package
NuGet add external reference

I have a .nuspec file for my project, which references a third-party DLL that the project including my package needs …

nuget nuget-package
How to exclude a folder from a nuget package

I'm using Octopack / Nuspec file to build my nuget package. I would like to exclude certain folders which exist in …

nuget nuget-package octopus-deploy
Create nuget package for a solution with multiple projects

We are currently building a solution with several projects. We have something like this: - Common - Logging - Logging.…

c# .net dependencies nuget nuget-package
Microsoft.AspNetCore.App 2.1.1 upgrade "Blocked by project"

I'm trying to upgrade a .net core 2.1 project to the latest version of Nuget packages such as Microsoft.Extensions.DependencyInjection.…

sdk .net-core nuget updates nuget-package
Download Nuget Packages Without VS/NuGet Package Manager

How can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.

nuget nuget-package repository
Adding reference to another project from visual studio code

If a library (eg, on github) doesn't distribute itself via a nuget package, I'd have to manually include it as …

asp.net .net nuget-package
Automapper causing error: missing type map configuration or unsupported mapping

I am new to Automapper. I have added Nuget package - Automapper into my Manager (BLL) and DAL layer. Now, …

entity-framework-6 nuget-package automapper-3