I use Visual Studio 2022. There I have seen, that it stores the NuGet-Packages-Reference in the csproj-File as PackageReference. Now I am searching for the nupkg-files. Where are they stored in Visual Studio 2022? I didn't find them.
Where is Visual Studio 2022 storing the nupkg-files
6k views Asked by BennoDual At
2
There are 2 answers
2
On
This document might be useful to you: nuget.config reference
The location of the default global packages folder. The default is %userprofile%.nuget\packages (Windows) or ~/.nuget/packages (Mac/Linux).
There are several locations where the nuget files are stored and/or decompressed. You get them with the following command:
For me, this returns: