Search code examples
asp.netaspnetboilerplate

The type 'Object' is defined in an assembly that is not referenced


This is the first time I have used abp to build a project using templates. I tried a lot of ways to find out how to fix this problem but failed.

  • Abp package version: 3.0.0
  • Base framework: .Net Framework 4.6.1

Exception: The type 'Object' is defined in an assembly that is not referenced.You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.


Solution

  • ABP v3.0.0 is based on .NET Standard 2.0.