Search code examples
asp.net-mvcaspnetboilerplate.net-standard-2.0asp.net-boilerplate

Net standard Library missing reference in ASP.NET Boilerplate


every time i clone Abp.ModuleZero to my machine when i run nuget command update-database the error show me and when i build the solution in viusal studio the project doesn't build and show many errors in error list console window most of them is like :

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'

i try to install Netstandard.library package from package manager console window but doesn't any sense.

my visual studio IDE version is 2015 Update 3.


Solution

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

    i think downgrade to earlier version of this framework is good solution for me, where can i download early version of ABP framework like 2.3.4?

    I don't see why you would download the framework, but it's on GitHub.

    If you meant download a template that uses an earlier version of ABP: