Base solution for your next web application
Open Closed

incompatible project Version and Framework version! #3915


User avatar
0
zokho created

Hi, I have just created a template as per the following specs: Project Type: ASP.NET CORE & Angular Project Version: v4.5.1 (Latest) Framework: .Net Framework 4.6.1

And receiving lots off incompatible errors as:

Severity	Code	Description	Project	File	Line	Suppression State
Error		Package Microsoft.AspNetCore.Owin 2.0.0 is not compatible with net461 (.NETFramework,Version=v4.6.1) / win7-x86. Package Microsoft.AspNetCore.Owin 2.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)

Or

Severity	Code	Description	Project	File	Line	Suppression State
Error		Package Abp.AspNetCore 3.0.0 is not compatible with net461 (.NETFramework,Version=v4.6.1) / win7-x86. Package Abp.AspNetCore 3.0.0 supports: netstandard2.0 (.NETStandard,Version=v2.0)

....

Any thoughts?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @zokho,

    Can you share your Visual Studio version ? Is it VS 2017 v15.3.4 ?

    Thanks.

  • User Avatar
    0
    aaron created
    Support Team

    Update to VS2017 15.3.3+. For VS2015, install NETStandard.Library.NETFramework package.