cool nuget install cli - quick and fast way to get data
One of the cool way to use nuget cli is "nuget get" -how many get you going to type. :)
Anyways, it gives a quick way to get some assemblies into your current folder. Not packages but current. For example, if you run :-
nuget install System.Collections.Immutable -Version 1.3.1
You get a "System.Collections.Immutable -Version 1.3.1" folder created for you.
Comments