Is there a way to install Nuget Packages globally?
I have a Nuget Package that I would like to use across multiple projects without having to download for each project?
Each project will have its own solution and it will be independent of other project.
NuGet in its current version uses a global package cache.
Have a look at the documentation to find out where it is on your machine. You should also poke around the NuGet configuration file documentation for how to update the global cache location.