question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change default .nuget/package folder .NET Core

See original GitHub issue

Text from documentation: If not specified, the default NuGet package cache is used. It is found in the .nuget/packages directory in the user's home directory on all operating systems (for example, /home/user1 on Linux or C:\Users\user1 on Windows). Can I change .nuget/packages location?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
jcansdalecommented, Aug 6, 2016

I think the NUGET_PACKAGES environment variable might be what you’re after.

0reactions
blackdwarfcommented, Nov 11, 2016

Since there was no action here for a while now, I will close this issue. If the problem still repros, please reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it possible to change the location of packages for NuGet?
Open %AppData%\NuGet folder, open existing NuGet.Config file. Edit repositoryPath key and set new destination. <config> <add key ...
Read more >
Managing the global packages, cache, and temp folders
Starting in Visual Studio 2017, use the Tools > NuGet Package Manager > Package Manager Settings menu command, then select Clear All NuGet...
Read more >
Setting the NuGet package folder location for Visual Studio ...
There are two locations for the nuget.config file: in a .nuget folder inside your solution folder and directly in the solution folder (or...
Read more >
NuGet - Change the location of the global package cache
By default these packages are stored at the following location: Windows: %userprofile%\.nuget\packages; Mac/Linux: ~/.nuget/packages.
Read more >
How To Release a NuGet Package Locally? - Full Duck Dev
Download NuGet.exe from here (latest recommended version is okay) · Place it in a folder it will be stored in. · Copy that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found