I need to reference a .NET class library in my WPF layer which is a .NET Framework layer.
But it bursts a compilation error saying that it can not be referenced.
The error message is:
The project "ProjectName.csproj" is destined 'netcoreapp2.0'. It can not be referenced by a project that targets 'NETFramework, Version = v4.6.1'
How do I resolve this problem?