To set up your environment for developing on .NET:
Install the latest release of .NET.
See .NET Runtime for a list of the supported versions, or see Custom Runtimes for information about using other .NET versions.
Install the .NET Core SDK, LTS version.
Install and initialize the gcloud CLI for deploying and managing your apps. If you already have the gcloud CLI installed and initialized, run the
gcloud components update
command to update to the latest release.By downloading, you agree to be bound by the Terms that govern use of the gcloud CLI for App Engine.
Installing optional tools
For access to code, samples, libraries, and tools in GitHub, install Git:
If you are using Visual Studio:
- To build and run .NET core applications you must install the .NET Core tools.
- To make it easy to deploy your apps to App Engine, install Google Cloud Tools for Visual Studio.