Whether using dotnet and paket from command line within project folder or utilising nuget from within Visual Studio 2019, the packages keep getting installed to c:\user\xyz.nuget\packages\ as if globally rather than locally in a folder within the project location. Is there a way to change this behaviour?!
Thanx