There is no more packages solution folder in any csproj or project.json-based .NET Core project.
packages
csproj
project.json
NuGet CLI gets the list of used cache folders:
nuget locals all -list
Response:
http-cache: C:Users<foo>AppDataLocalNuGetv3-cache global-packages: C:Users<foo>.nugetpackages temp: C:Users<foo>AppDataLocalTempNuGetScratch
How to change or override these locations?
2.1m questions
2.1m answers
60 comments
57.0k users