Visual Studio 2010: Could not resolve mscorlib for target framework '.NETFramework,Version=v4.0'

前端 未结 21 2912
谎友^
谎友^ 2020-12-14 14:31

We are currently migrating all our solutions from 2005 to 2010 (that\'s right, we\'re skipping 2008!). We are also changing our file structure to make some more sense (some

21条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 14:51

    I had a similar error in XamarinForms PCL project.
    I found out that the error was about a reference of the project. I updated the xamarin.forms to the last version and for some reasons NuGet was not able to remove all references of the previous version from the project file (xml).
    So, simply I deleted the following line from the project file and it worked!

    
    

    Hope it helps someone...

提交回复
热议问题