Which NuGet.exe do dotnet.exe and MSBuild.exe use? #13537
-
I use .NET 8.0.2 on Visual Studio 2022 on Windows. I have basically the same question but for both 1.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@zivkan Do you happen to know the answer to this question as well? |
Beta Was this translation helpful? Give feedback.
-
no, the .NET SDK and VS/msbuild does not ship nuget.exe. NuGet.exe is a ILMerge of a bunch of |
Beta Was this translation helpful? Give feedback.
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 thoseNuGet.*.dll
s (easy to find in the .NET SDK install directory), and they use these dlls directly.