79172459

Date: 2024-11-09 09:36:08
Score: 0.5
Natty:
Report link

You can add envinronment variables(system variables) to change default location of nuget package. For this add(if your system do not have it otherwise edit that) NUGET_PACKAGES system varible into your system environment variables as bellow images.

enter image description here

Then you can test it with this cli command:

dotnet nuget locals -l all

As bellow image global-package must be change to your new location. enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Ali Rasouli