How can I use Azure functions with target framework .net Core, I am able to use framework 4.6.x but not .net core.
I tried to change net461 to .net core but does not work. I could not find anything on Microsoft site.
Any leads please.
How can I use Azure functions with target framework .net Core, I am able to use framework 4.6.x but not .net core.
I tried to change net461 to .net core but does not work. I could not find anything on Microsoft site.
Any leads please.
You need to create new project: File -> New Project -> Visual C# -> Cloud -> Azure Functions and then you get a window in which you can choose target framework, as shown in the photo below:
For that to work you nned to have Azure Functions and Web Jobs Tools - you can install it through Tools -> Extensions and Updates.