ASP.NET Core website on Azure fails to start with a 502.5 error after upgrade from .NET Core 1.1.1 to .NET Core 1.1.2

后端 未结 3 1619
抹茶落季
抹茶落季 2021-02-14 05:32

I have a .NET Core web application which I deploy as an Azure Web App.

This has been working perfectly until last night when I applied the Visual Studio 2017 upgrade (v1

3条回答
  •  迷失自我
    2021-02-14 05:55

    Until they get around to deploying 1.1.2 to the web app images I managed to fix this by forcing the project to reference Microsoft.NETCore.App 1.1.1

    Edit the csproj file:

    ... etc

提交回复
热议问题