BuildTasks.Csc task could not be loaded from the assembly?

后端 未结 21 922
北荒
北荒 2020-12-13 05:15

I feel guilty asking a question like this around here, but I\'m at a loss and would appreciate some help.

A proof-of-concept like web application was built on one PC

21条回答
  •  無奈伤痛
    2020-12-13 06:10

    My project was built with .Net Core 2.2 but I had .Net core 3.0 preview installed. I uninstalled .Net Core 3.0 from my system and went through all my class libraries, removing Microsoft.Net.Compilers 3.0, then rebuilt and it worked.

提交回复
热议问题