mscorlib version conflict during build

前端 未结 8 748
情深已故
情深已故 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!

    0 讨论(0)
  • Following Memet Olsen's advice using VS2017 community...almost identical:

    • Right click Solution in Solution Explorer.
    • Select 'Manage Nuget Packages for Solution'
    • Check the packages. If any of them have a blue up-arrow rather than a green tick use the 'update' button
    0 讨论(0)
提交回复
热议问题