Visual Studio : Unable to locate NuGet.exe Ask Question
By       21-Oct-2024    1

Visual Studio : Unable to locate NuGet.exe 

how can i resolve this issue

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>

10047
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM