Visual Studio : Unable to locate NuGet.exe

Visual Studio : Unable to locate NuGet.exe 

how can i resolve this issue

By      08-Nov-2023    2

Solutions


Nawab

please follow.

1-open your project location and find .nuget

2-open NuGet.target file and find the <DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">false</DownloadNuGetExe>

3 just change <DownloadNuGetExe Condition=" '$(DownloadNuGetExe)' == '' ">True</DownloadNuGetExe>

Your Answer

10047