Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
648 views
in Technique[技术] by (71.8m points)

.net core - Change NuGet package folders used by Visual Studio 2017

There is no more packages solution folder in any csproj or project.json-based .NET Core project.

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?

question from:https://stackoverflow.com/questions/43541859/change-nuget-package-folders-used-by-visual-studio-2017

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...