How do I install a NuGet package into the second project in a solution?

前端 未结 7 948
名媛妹妹
名媛妹妹 2020-12-12 09:50

I\'m currently working on a solution that initially contained one project (My.First.Project.Name). I\'ve installed Castle Windsor by executing:

         


        
7条回答
  •  無奈伤痛
    2020-12-12 10:38

    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.

提交回复
热议问题