Hi I have simply uploaded the No-Source files to an Azure web app which is configured for .net core 2.2. When I try the site I get the 502.5 error, and my log files tell me this:

An assembly specified in the application dependencies manifest (Nop.Web.deps.json) was not found:
    package: 'runtime.win-x64.Microsoft.NETCore.App', version: '2.2.3'
    path: 'runtimes/win-x64/native/api-ms-win-crt-private-l1-1-0.dll'

can anyone help?