Build error while transitioning between branches: Your project is not referencing the “.NETFramework,Version=v4.7.2” framework

前端 未结 8 1192
暗喜
暗喜 2021-02-01 12:40

We\'re using Git and we have a solution which is targeting the full net framework. A couple of days ago, I\'ve started migrating the solution to .net core. Unfortunately, someth

8条回答
  •  一生所求
    2021-02-01 13:25

    I found that just doing a search for project.assets.json over my repo using Agent Ransack and then deleting those files, rather than entire bin & obj folders, did the trick :)

提交回复
热议问题