且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ASP.NET Core 2.1 Preview 2 App 无法在 Azure 应用服务上运行

更新时间:2022-01-24 00:19:20

我们已成功使用自包含"部署模式将 ASP.NET Core 2.1 RC1 webapp 发布到 Azure 应用服务.

We've managed to publish ASP.NET Core 2.1 RC1 webapp to Azure app-service using "self-contained" deployment mode.

平台目标:任何 CPU

Platform target: Any CPU

以下是我们的 .csproj 中的包引用:

Here are the package references from our .csproj:

<PackageReference Include="Microsoft.AspNetCore.App"/><PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0-rc1-final" PrivateAssets="All"/><PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" 版本="2.1.0-rc1-final"/>