简体   繁体   English

Azure Function .net 框架

[英]Azure Function .net framework

I tried to create an azure function in visual studio 2019 community edition.我尝试在 Visual Studio 2019 社区版中创建 azure function。

It seems that it does not have any .net framework in the dropdownlist.下拉列表中似乎没有任何 .net 框架。 Only v1 and v2.Net Core.只有 v1 和 v2.Net Core。 Is is possible to have .net 4.7 as an azure function?是否可以将 .net 4.7 作为 azure function?

在此处输入图像描述

You could choose the V1, the V1 is the.Net framework version.你可以选择V1,V1是.Net框架版本。 Yo could check this doc: Visual Studio runtime versions .你可以查看这个文档: Visual Studio 运行时版本

在此处输入图像描述

And after creating the v1 function, I change the TargetFramework to net472 , it will work so you could create the .net 4.7 function.在创建 v1 function 后,我将TargetFramework更改为net472 ,它将起作用,因此您可以创建 .net 4.7 ZC1C425268E68385D1AB5074C17A94。

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

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