web api项目无法使用kudu部署在azure应用程序服务上部署

pb3s4cty  于 2021-06-21  发布在  Kudu
关注(0)|答案(0)|浏览(500)

我正在使用visualstudio2019,我的webapi项目在本地构建并运行良好。但是,当尝试在azure应用程序服务上部署时失败,并出现以下错误 D:\home\site\repository\src\packages\Microsoft.Net.Compilers.Toolset.3.6.0\build\Microsoft.Net.Compilers.Toolset.props(2,1): error MSB4041: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. [D:\home\site\repository\src\Verify.WebApi\Verify.WebApi.csproj] 我检查了我的.csporj文件,它已经是msbuild 2003格式了。我还安装了最新的nuget包 Microsoft.CodeDom.Providers.DotNetCompilerPlatform , Microsoft.Net.Compilers 以及 Microsoft.Net.Compilers.Toolset .
azure应用程序服务正在使用msbuild 14.0生成我的项目。
有人能帮忙解决这个问题吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题