How to disable Costura.Fody resources embedding in Debug mode?

前端 未结 3 1933
醉话见心
醉话见心 2021-02-07 19:49

I\'m using Costura.Fody to embed all dlls into my application assembly.

Is there any way to disable Costura.Fody in Debug build mode? How to make Costura.Fody to work o

3条回答
  •  盖世英雄少女心
    2021-02-07 20:07

    According to Costura Github, a better possiblity is to open the .csproj and insert following line into the first :

    true
    

    This way you don't have to modify the file again if there is a package update

提交回复
热议问题