NuGet makes it easy to add, remove, update and share libraries and tools in Visual Studio projects that use the .NET Framework.

To create and publish a package, the general workflow would be to use Spec to create a .nuspec file, create a .nupkg package file using Pack, and then publish the package to a NuGet server using Push.


  • No labels