> 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](https://1528942926-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MEse5A9Po6xt6ZmrGcz%2F-MG0Dkp9IZ5Wv-auI8eS%2F-MG0G27wa2NZN2V6v9W8%2FCaptura%20de%20Pantalla%202020-08-30%20a%20la\(s\)%2016.26.48.png?alt=media\&token=e6bd5fbc-d924-49dc-9cfa-c40ba3a8e1b0)

### Build

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

```
$ dotnet build
```
