NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
I just switched from (an older) Microsoft.Bcl.Immutable NuGet package to System.Collections.Immutable and was surprised to find …
c# .net nuget nuget-package immutable-collectionsBefore I go into the problem, let me quickly explain my goal: I have a template project that I use …
visual-studio nuget dependency-management nuget-package nuget-specI am using NUGET Pack in teamcity to build a package. But it is creating the following error. I am …
msbuild teamcity nuget nuget-package octopus-deployWhen using a local NuGet server, whenever I try to install an individual package from that server, all I get …
nuget nuget-package nuget-serverThis is my nuspec file to get the package generated from teamcity. The version is actualy set by the teamcity …
nuget-package teamcity-7.0I am creating NuGet package and for that I have created Nuspec manifest file. In content folder I have two …
powershell nuget nuget-packageI have a web app in dot net along with other projects. when i open the .sln file and publish …
asp.net .net nuget-package dotnet-restoreI am trying to use the NETFx Json.NET MediaTypeFormatter nuget package to swap out the default DataContractJsonSerializer in my …
json.net nuget wcf-rest wcf-web-api nuget-packageIs there a way to load a package from an alternative server when Visual Studio Package Manager (NuGet) is responding …
nuget visual-studio-2012 nuget-package nuget-serverI have created a TeamCity buils step using Nuget Installer, but when I run the steps I get the error : …
nuget teamcity nuget-package nuget-package-restore