I have a project that targets .NET framework 4.6 and I need to call Watson Conversation API there. I created a .NET core project and added the IBM.WatsonDeveloperCloud NuGET packages, however it doesn't allow me to refer to .net core app from a .net framework.
Error: project X targets .NETCoreApp, Version=v1.1. it cannot be referenced by a project that targets .NETFramework, Version=v4.6
I tried so many things but it still doesn't work. Any help is appreciated.