getting-started-dotnet icon indicating copy to clipboard operation
getting-started-dotnet copied to clipboard

Change ComputeEngine.pubxml to be self-contained

Open idofl opened this issue 3 years ago • 0 comments

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.

idofl avatar Nov 21 '22 09:11 idofl