I've started learning .net core and one thing is pretty confusing to me. I understand asp.net core can be ran on top of either .net core or .net full framework.
But, what i can't find clear answer about is if i can have asp.net core project running on .net core framework but then within that asp.net core project include/reference/use class library that is .net 4.6?