zoukankan      html  css  js  c++  java
  • Your project is not referencing the ".NETFramework,Version=4.5" framework

              在VS2017之前工程文件切换版本一般情况是没有什么错误的,但是今天在VS2017上进行了一次切换直接报错了:

           Your project does not reference ".NETFramework,Version=v4.5" framework. Add a reference to ".NETFramework,Version=v4.5" in the "TargetFrameworks" property of your project file and then re-run NuGet restore. 

            仔细确认了下,也仅是更改了这块设置,其它地方没动啊

               后来度娘了下,直接删除工程文件下的obj文件就可以了。以下是原文:

              

       

  • 相关阅读:
    随机数
    质数
    猜数
    失败
    判断质数
    2019.7.21记录
    9*9乘法表
    小人
    奔跑的字母

  • 原文地址:https://www.cnblogs.com/zhongjicainiao/p/11777448.html
Copyright © 2011-2022 走看看