Your project is not referencing the “.NETFramework,Version=v4.5” framework.

后端 未结 6 1599
独厮守ぢ
独厮守ぢ 2020-12-24 11:20

I am using VS 2015.

Your project is not referencing the \".NETFramework,Version=4.5\" framework. Add a reference to \".NETFramework,Version=4.5\" in

6条回答
  •  庸人自扰
    2020-12-24 11:58

    I actually just figured out the problem. I ended up clicking on Restore Nuget Packages at the solution level and I managed to compile my PCL file, and then the rest of my solution.

    Hope this helps.

提交回复
热议问题