Skip to content

Change ComputeEngine.pubxml to be self-contained#177

Open
idofl wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
idofl:patch-1
Open

Change ComputeEngine.pubxml to be self-contained#177
idofl wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
idofl:patch-1

Conversation

@idofl
Copy link

@idofl idofl commented Nov 21, 2022

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.

The [tutorial](https://cloud.google.com/dotnet/docs/getting-started/getting-started-on-compute-engine) 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant