Asp.Net Core: Program does not contain a static 'Main' method suitable for an entry point

后端 未结 7 1945
[愿得一人]
[愿得一人] 2021-01-04 04:18

I am trying to port my Asp.Net WebApi project, based on the Onion Architecture design approach, over to Asp.Net Core. However, when I build my class libraries, the compiler

7条回答
  •  情歌与酒
    2021-01-04 04:49

    I updated the output type of non-startup projects in solution to class library, and the problem was fixed.

提交回复
热议问题