Build Error with pre-compiled Azure Function Library

前端 未结 2 1878
囚心锁ツ
囚心锁ツ 2021-01-19 07:37

Recently, I converted an Azure Function that used a C# script (*.csx) to a pre-complied class library using the Visual Studio Studio Tools for Azure Functions.

2条回答
  •  爱一瞬间的悲伤
    2021-01-19 08:08

    I was having the same issue as well when running dotnet build, but no longer have this issue after updating Microsoft.NET.Sdk.Functions from 1.0.2 to 1.0.7.

    Update to the latest version of this package in your Nuget package manaager and you should be able to run dotnet build again.

提交回复
热议问题