NuGet is a free, open source developer focused package management system for the .NET platform.
at the moment I have a microservice made in c # with web api and net core 2.0 in the nutget packages …
c# asp.net-core visual-studio-2017 nugetI'm using Octopack / Nuspec file to build my nuget package. I would like to exclude certain folders which exist in …
nuget nuget-package octopus-deployWe are currently building a solution with several projects. We have something like this: - Common - Logging - Logging.…
c# .net dependencies nuget nuget-packageIn 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 nuspecI'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-packageI'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-restoreI 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-coreHow can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.
nuget nuget-package repositoryLet'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