We are getting build errors in the startup template project downloaded from https://aspnetboilerplate.com/Templates
Downloaded startup template: ASP.NET Core 2.x Multi Page Web Application.
Errors:
Error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) - MyCoreProject.Core - LoginManager.cs
Error CS0246: The type or namespace name 'Abp' could not be found (are you missing a using directive or an assembly reference?) - MyCoreProject.Core - LoginManager.cs
Error CS0308: The non-generic type 'PermissionChecker' cannot be used with type arguments - MyCoreProject.Core - PermissionChecker.cs
Error CS1061: 'Type' does not contain a definition for 'GetAssembly' and no extension method 'GetAssembly' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?) - MyCoreProject.Core - AppVersionHelper.cs
Package Microsoft.AspNetCore 2.0.1 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Microsoft.AspNetCore 2.0.1 supports: netstandard2.0 (.NETStandard,Version=v2.0)
Package Microsoft.VisualStudio.Web.CodeGenerators.Mvc 2.0.2 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Microsoft.VisualStudio.Web.CodeGenerators.Mvc 2.0.2 supports: netstandard2.0 (.NETStandard,Version=v2.0)
Package Microsoft.AspNetCore.Mvc 2.0.2 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Microsoft.AspNetCore.Mvc 2.0.2 supports: netstandard2.0 (.NETStandard,Version=v2.0)
One or more packages are incompatible with .NETCoreApp,Version=v2.0.
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
Package Microsoft.AspNetCore.Authentication.Cookies 2.0.1 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Microsoft.AspNetCore.Authentication.Cookies 2.0.1 supports: netstandard2.0 (.NETStandard,Version=v2.0)
Package Abp.ZeroCore.EntityFrameworkCore 3.5.0 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package Abp.ZeroCore.EntityFrameworkCore 3.5.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)