Skip to content

Latest commit

 

History

History
 
 

flexible

App Engine Flexible Environment Samples

These samples demonstrate how to run .NET core applications in Google App Engine Flexible Environment.

App Engine is not the only way to run .NET applications on Google Cloud Platform. Compute Engine can also run .NET applications.

Build and Run

  1. Follow the instructions in the root README.

  2. Install the Google Cloud SDK. The Google Cloud SDK is required to deploy .NET applications to App Engine.

  3. Install the .NET Core SDK, version 2.0 or newer.

  4. Visual Studio is optional. Solution files can be opened with Visual Studio 2017 or later. An old, unmaintained branch of samples that work with Visual Studio 2015 is here.

  5. Google Cloud Tools for Visual Studio make it easy to deploy to App Engine. Install them if you are running Visual Studio.

  6. Follow the instructions in each project's README.