NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.
Opening VS2010 today, the extension manager notified me of an update for NuGet Package Manager. During the install, I get …
visual-studio-2010 visual-studio nuget nuget-packageVisual Studio 2012 > Tools > Options > Package Manager > Package Sources I add a new Package Source pointing to …
visual-studio nuget nuget-package mygetI am unable to install/restore nuget packages from a Visual Studio Team Services feed in an asp.net core …
asp.net-core azure-devops nuget-package nuget-package-restoreI have a NuGet package I created and installed in another solution but now I need to debug the code …
c# visual-studio nuget nuget-packageWhen trying to install anything with the Package Manager Console, I get this error: Install-Package : The schema version of 'Microsoft.…
visual-studio-2012 nuget-package package-managersI have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. …
visual-studio nuget azure-devops nuget-package azure-artifactsAn MVC app broke after we updated all the NuGet packages. After trying everything I created a new MVC app, …
twitter-bootstrap asp.net-mvc-5 nuget-packageI have an automated build process that I'd like to extend so I can build the libraries I am distributing …
visual-studio-2010 msbuild nuget nuget-packageI have a solution having 1 project. Open Package Manager Console, run Install-Package MSBuildTasks But it gave me an error below: …
visual-studio visual-studio-2012 nuget-package msbuild-taskAfter installing Microsoft.Aspnet.Webapi.Webhost package to my web api project, I end up with the following exception: Could …
asp.net-web-api nuget-package assembly-resolution