Upgrading WebGrease to version 1.3.0 gets me error

后端 未结 14 2281
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 14:05

While upgrading WebGrease to version 1.3.0 gets me error:

Could not load file or assembly \'WebGrease, Version=1.0.0.0, Cult

14条回答
  •  無奈伤痛
    2020-12-23 14:20

    I had the same issue. Another developer upgraded the WebGrease package (as well as others), but something didn't sync or get checked in. I edited the package file to remove the references to the existing package. Then I reinstalled via Package Manager. Finally, I updated the packages.

    It seems as though packages won't install or update if the packages.config file does not match the files (including proper versions) in your project. No error is given in the Package Manager though, it just fails to update or install packages.

提交回复
热议问题