> For the complete documentation index, see [llms.txt](https://docs.netcoresaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netcoresaas.com/other/installing/.net-core.md).

# 2. Install .NET Core SDK

### Install the latest stable NET 5 SDK release

{% embed url="<https://dotnet.microsoft.com/download>" %}
.NET SDK
{% endembed %}

### Reload VSCode

Type Command/Control + Shift + P and execute the "Developer: Reload Window" command.

![Developer: Reload Window](/files/-MG0G27wa2NZN2V6v9W8)

### Build

Open the terminal in VSCode by typing Command/Control + J and type:

```
$ dotnet build
```
