I just started using Nuget package manager and something is confusing me. When I install a package it is installed per-project or per-solution and if I want to use the same package in different solutions or projects I have to re-install it. I would like to be able to add the package to a new solution just the way I can add local assembly or image file. How to do that?
Share
the way you do that is like this:
copy the dll/dlls from the project directory into a folder that you create for example in c:\DLLs\ and then for every new project that you want to use that package, just reference it in the add reference…