I'm currently getting this error:
The project […] has "netcoreapp2.1" as destiny. This Project cannot be referenced with ".NETFramework,Version=v4.6.1" as Destiny.
I get the error, my project is in Net. Framework and the library in .NET Code. Ok.
Problem is that project can apperently only be in Net. Framework (it's a Windows form) and not in any other one, and library only in .NET Core, attempting to change it in project properties is no use.
How can it be achieved what I'm mentioning?