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)
-
0
Hi @zokho,
Can you share your Visual Studio version ?
Is it VS 2017 v15.3.4 ?Thanks.
-
0
Update to VS2017 15.3.3+. For VS2015, install NETStandard.Library.NETFramework package.