NuGet Assembly outside lib folder

前端 未结 8 561
悲&欢浪女
悲&欢浪女 2020-12-08 12:59

I\'m going to bang out a couple of questions here...first, with NuGet is it possible to create a package from a few DLLs? There is no visual studio project, just the command

8条回答
  •  情歌与酒
    2020-12-08 13:32

    They get into the "lib" folder by being included in your bin\debug or bin\release folder in .NET. So you need to get the project compile to copy local on the external DLLs so it includes them in the bin folder on compile.

提交回复
热议问题