Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I get a 404 when attempting to view my deployed app service, and the above error when trying to get more details by running the dll in the kudu console. For context I am trying to deploy a VueJS/NetCore App from a DevOps pipeline.
Thanks!