简体   繁体   中英

Azure Function .net framework

I tried to create an azure function in visual studio 2019 community edition.

It seems that it does not have any .net framework in the dropdownlist. Only v1 and v2.Net Core. Is is possible to have .net 4.7 as an azure function?

在此处输入图像描述

You could choose the V1, the V1 is the.Net framework version. Yo could check this doc: Visual Studio runtime versions .

在此处输入图像描述

And after creating the v1 function, I change the TargetFramework to net472 , it will work so you could create the .net 4.7 function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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