I have a .net core 2.1 application that is hosted on Microsoft Azure App Service.
It worked for a couple of years and hasn't been updated in the last year.
But it stop with error in stdout:
Error:
An assembly specified in the application dependencies manifest (Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json) was not found:
package: 'Microsoft.AspNetCore.AzureAppServices.HostingStartup', version: '2.2.0'
path: 'lib/netcoreapp2.1/Microsoft.AspNetCore.AzureAppServices.HostingStartup.dll'
Also it still works well in IIS in a virtual machine.