Azure Function v2 .NET framework?

后端 未结 2 1175
轻奢々
轻奢々 2021-01-18 09:38

We currently have deployed a V1 Azure Function and are looking to upgrade this to V2[preview]. However I can\'t see any way to target .NET Framework 4.6.1 at the moment, onl

2条回答
  •  天命终不由人
    2021-01-18 09:59

    The Function Runtime in v2 only runs on .NET Core 2.0, so there is no way to target .NET Framework 4.6.1.

提交回复
热议问题