By - scmGalaxy.com
NuGet is the package manager solution for the Microsoft development platform.
The NuGet client tools provide the ability to produce and consume packages.
The NuGet Gallery is a central package repository used by all package authors and consumers.
This is a trivial example, you can also have specialized install and uninstall scripts referenced for complicated projects (i.e. jQuery).
Heavy use of convention in absence of declarative!
This is a simple type of package so in absence of special logic NuGet will be add a reference pointing at the matching framework dir to the csproj in question.
You can also host private galleries and configure them locally.
NuGet will check both locations for referenced packages...
Private can be done:
Powershell with some loaded modules. Allows specific version installation as well as uninstall.