mscorlib version conflict during build

前端 未结 8 752
情深已故
情深已故 2020-11-29 08:43

On a new Win8.1 reinstall, with all of my code restored from backup, I\'m suddenly now getting a Visual Studio warning when I build the main project of my solution:

8条回答
  •  执笔经年
    2020-11-29 09:31

    I've tried all the following, but none has resolved the issue.

    1. the command "update-package -reinstall".
    2. Update and package via Consolidate tab.
    3. Removing the ".suo" file.

    However, My issue was a different case, I guess the new version of Xamarin.Forms package has used a different version of mscorlib. so I've downgraded it and it works fine.

    I suggest you try all above solutions and also try to find which package is conflicting.

提交回复
热议问题