Top "Nuget" questions

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

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
nuget spec dependencies, get latest version?

In the nuspec versioning docs I see 1.0 = 1.0 ≤ x (,1.0] = x ≤ 1.0 (,1.0) = x < 1.0 [1.0] = x == 1.0 (1.0) = invalid (1.0,) = 1.0 < x (1.0,2.0) = 1.0 < x < 2.0 [1.0,2.0] = 1.0 ≤ x ≤ 2.0 empty = …

nuget versioning specifications nuspec
How to add the custom nuget feed to TeamCity build?

I have created a Nuget Server using Teamcity (running on a virtual machine in internet) and created the build that …

.net msbuild teamcity nuget
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
Team Foundation Service build fails on NuGet package restore

I'm having kind of an odd problem with my Team Foundation Service build. I queue it up and it starts …

tfs nuget azure-devops nuget-package-restore
How do I register a new NuGet package source with dotnet CLI on Ubuntu 14.04?

I am running .NET Core 1.1.0 on Ubuntu 14.04, with the goal of hosting my Web APIs in Docker on Ubuntu. I …

docker asp.net-core nuget ubuntu-14.04 .net-core
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
MSI vs nuget packages: which are is better for continuous delivery?

Let's discuss following topic. There is application which currently is being deployed with good to know xcopy method.This approach …

.net wix nuget windows-installer continuous-deployment