简体   繁体   English

VS2017:为什么无法为NetCore选择Azure功能?

[英]VS2017: why cannot select Azure Functions for NetCore?

So I researched a lot about trying to create an Azure Functions project. 因此,我对尝试创建Azure Functions项目进行了大量研究。 Downloaded latest extensions, updated my VS2017 community, etc. 下载最新的扩展程序,更新了我的VS2017社区等。

I still only get two options NetFw and NetStandard. 我仍然只有两个选择NetFw和NetStandard。

How can I use NetCore as the target? 如何使用NetCore作为目标?

vs2017镜头

For now .Net Core TargetFramework is not supported yet. 目前尚不支持.Net Core TargetFramework。

See the comment from Azure Functions team. 请参阅Azure Functions团队的评论

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. 我们希望您可以在10月中旬尝试一些手动步骤,我们的目标是在10月底之前完成并部署所有相关的模板/工具更新。

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). 支持.NET Core TargetFramework(netcoreapp2.1)的v2 Function项目已经可用,请确保VS> = 15.8(现在为15.8.8)以及Azure Function and Web Jobs工具(在VS菜单>工具>扩展和更新)最新(目前为15.10.2046)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM