Skip to content

Which NuGet.exe do dotnet.exe and MSBuild.exe use? #13537

Closed Answered by zivkan
Bartleby2718 asked this question in Q&A
Discussion options

You must be logged in to vote

no, the .NET SDK and VS/msbuild does not ship nuget.exe.

NuGet.exe is a ILMerge of a bunch of NuGet.*.dll, plus a few additional nuget.exe specific commands. VS/MSBuild and the .NET SDK have all those NuGet.*.dlls (easy to find in the .NET SDK install directory), and they use these dlls directly.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Bartleby2718
Comment options

Answer selected by Bartleby2718
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants