I\'m currently working on a solution that initially contained one project (My.First.Project.Name
). I\'ve installed Castle Windsor by executing:
In Visual Studio, you can go to Tools -> NuGet Package Manager -> Manage NuGet Packages for the entire Solution
. From there, select the Nuget Package you want to share between projects and click Manage
. This will allow you to add a specific installed NuGet Package to whichever other projects you want.