Top "Nuget" questions

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

What is the reverse for Update-Database (used in Package Manager Console)?

I have been changing my domain classes and executed Update-Database in the Package Manager Console, After i realized that need …

entity-framework nuget nuget-package
Installing nuget package from GitHub

The command: Install-Package curve25519-uwp installs version 1.0.3 of this package (https://www.nuget.org/packages/curve25519-uwp/) On GitHub there …

git visual-studio nuget nuget-package package-managers
Change NuGet package location folder

I want to change NuGet package folder, but it does not change it. What I do is creating file nuget.…

visual-studio nuget nuget-package nuget-package-restore
No projects supported by NuGet in the solution

I created a new Dev Express Winforms project using the XAF Wizard. Normally this works fine, however I have been …

nuget xaf
NuGet Package Restore Not Working on Build Server

I have set up NuGet Package Restore on my solution and it works nicely on my local machine. I followed …

nuget nuget-package
How should I use Nuget for internal enterprise development?

We use Nuget for our internal development to allow us to share code across teams. We run into issues however …

nuget
Upgrading to .NET Core 2.0: PackageTargetFallback and AssetTargetFallback cannot be used together

When upgrading a project that is compiling and running fine on .NET Core 1.0 or 1.1, updating the target framework to .NET …

asp.net-core nuget .net-core csproj .net-core-2.0
Updating local nuget package on post-build event

I have my local nuget library repository separately both for my personal and work releted class libraries. I have created …

c# asp.net visual-studio nuget post-build-event
overwrite nuget packages in feed on visual studio team services

while using nuget.exe push \\share\Packages\*.nupkg -Source "https://myvsts.pkgs.visualstudio.com/_packaging/tcpcm/nuget/v3/index.json" …

visual-studio nuget nuget-package azure-artifacts
How to remove a specific version of a package on a TeamCity Nuget Feed?

Does anyone know to remove a specific version of a package on a TeamCity Nuget Feed?

teamcity nuget nuget-package nuget-server teamcity-7.0