Hi,
I want to create an Azure Function in Visual studio 2017 Enterprise edition so it can connect to dynamics 365 using CrmServiceClient which requires .net framework 4.6.2.
When I'm creating a function app project,its not showing me an option select .net framework and project is getting created in .net core by default
But for other resources .net Framework 4.6.2 is there.
Does anyone have any idea what I'm missing

