You must add a reference to assembly mscorlib, version=4.0.0

前端 未结 4 682
执笔经年
执笔经年 2020-12-13 17:03

I\'m having some trouble migrating a web project from RC1 to RC2. When I switched, I\'m getting a bunch of these errors throughout the project.

The ty

4条回答
  •  佛祖请我去吃肉
    2020-12-13 17:53

    I got this error when I created a new project using the template Class Library (.NET Standard) and ported some code into it that I wanted to re-use.

    I created a new project Class Library (.NET Framework) and moved the code there instead and it worked without any issues.

提交回复
热议问题