Embedded resource in .Net Core libraries

前端 未结 5 609
醉梦人生
醉梦人生 2020-12-24 10:05

I just have started looking into .Net Core, and I don\'t see classical resources and anything what looks like resources. In classical .Net class libraries I was able to add,

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 10:46

    Now that project.json is deprecated, you have to specify this in the .csproj file.

    
        
    
    

    You can use a wildcard as shown, or just list out the files explicitly.

提交回复
热议问题