getting-started-dotnet
getting-started-dotnet copied to clipboard
Change ComputeEngine.pubxml to be self-contained
The tutorial referencing this demo code uses an ASPNET VM image based on .NET Core 2.1 with runtime 2.1.4. Current runtime of .NET Core 2.1 uses a newer ASP.NET Core assemblies that are not installed on the VM. Deploying a self-contained web app solves this issue.