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

前端 未结 8 1194
暗喜
暗喜 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:34

    I deleted the obj and bin folders and rebuilt the Project. Visual Studio automatically created the "dll" files to be used again. It worked for me.

提交回复
热议问题