Kat Lim Ruiz
Kat Lim Ruiz

Reputation: 2562

VS2017: why cannot select Azure Functions for NetCore?

So I researched a lot about trying to create an Azure Functions project. Downloaded latest extensions, updated my VS2017 community, etc.

I still only get two options NetFw and NetStandard.

How can I use NetCore as the target?

vs2017 shot

Upvotes: 0

Views: 94

Answers (1)

Jerry Liu
Jerry Liu

Reputation: 17790

For now .Net Core TargetFramework is not supported yet.

See the comment from Azure Functions team.

We expect to have manual steps that you can try by mid October, and our goal is to have all relevant template/tooling updates complete and deployed by the end of October.

Update

v2 Function project with .NET Core TargetFramework(netcoreapp2.1) support has been available, make sure VS >= 15.8(right now 15.8.8) and Azure Function and Web Jobs Tools(On VS menus>Tools>Extensions and Updates) is latest(15.10.2046 right now).

Upvotes: 1

Related Questions