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

前端 未结 7 951
名媛妹妹
名媛妹妹 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:21

    If you just need to copy packages from existing project to the new one, just copy and/or modify packages.config file to the new project and run Update-Package -reinstall -Project YourProjectName

提交回复
热议问题