I have a question is it possible to reference .net core project to .net framework 4.6.1 MVC.
I tried to do it by adding standard references, but no luck there it just telling me that project target to .net core platform can not be referenced to .net framework one.
Anyone knows answer to that?