Is it possible to reference a .NET Core library in a .NET 4.5.2 project? I'm using the latest rc of .NET Core and want to use the same library for my WPF project and my .NET Core Web API. If I want to add the reference to my project this window is shown:
I also tried to upgrade my WPF project to 4.6.1 but this doesn't changes anything.
Update
It is now possible with Core 2.0