Hi there. I am learning C# with visual studio. I recently discovered about nuget and the benefits that it provide. But, I am really curious to know does it stores the links or details about the sources from where it downloads the packages. After light digging around myself, I was able to find out the visual studio shows sources in the package manager setting. Also, I was able to find that I can print out the sources in console by using dotnet cli. But, I am really curious to know, is there are any configuration file or something like that where it stores all the information and where it is.
I will be really grateful to you if you kind answer my queries. Thanks in advance.


