I have several .NET dll projects for .NETv4.x. I changed version to 4.6.1 and rebuilded without problems. When I try to add referene to them from my UWP project I get error:
The project targets '.NETCore' while the file reference targets '.NETFramework'. This is not a supported scenario.
I can't also reference .NET projects from 'Add reference...'->'Projects':
Unable to add a reference to project
But in project settings I can't see anything to change it's target to '.NETCore'. Is it possible to reference .NET4.x project from UWP project or convert it to UWP project type?