mscorlib version conflict during build

前端 未结 8 750
情深已故
情深已故 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:32

    I was able to fix this by issuing an update-package -reinstall command at the Package Manager Console.

    BUT

    Be careful, updating all the packages in your solution could cause other problems, make sure you can roll back to a good version if it goes wrong!

提交回复
热议问题