On .Net core web applications when I want to manage my NuGet Packages or add a reference to my project's references, I do right click on references and select "Manage NuGet Package" and now I can add package(s) and if I select install, visual studio downloads selected package and install it on my project.It works fine.
But I want to know how can I use that downloaded NuGet package again on another project?
Should I use package manager and download it again or I can use downloaded files as offline installation?
I have installed packages files on this path on my computer:
C:\Users\Administrator\.nuget\packages