Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

nuget package executable

a c# solution has multiple projects with a .nuget project/folder as well. Inside it is the executable NuGet.exe.
what is the purpose of this executable and I see this executable is checked into the source code repository too.

does this executable , download the latest packages or packages needed for the project, like we run a command "nuget get package " in visual studio.
why do we need the executable though , for this?
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mikha

ASKER

@chris stanyon - thanks . this is helpful.

so is newer version, using package manager console and donwloading the package. you can tell, I'm new to this.
so what's the purpose of this, if we have to manually download packages. how is nuget helpful?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial