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

前端 未结 3 1932
醉话见心
醉话见心 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:31

    By default Costura.Fody package only adds one line into your *.csproj file:

      
    

    Replace it with

      
    

提交回复
热议问题