I'm currently learning Rx.NET. I'm having to install the Nuget Package with each new project. Is there a way to install a Nuget package once and make it available to future projects so I don't have to reinstall it every time?
Internet search and A.I. were no help. All the examples, videos, and A.I. explained how to install Nuget for a single project. There is no option in Nuget Package Manager to install packages globally.