Mirror VSC instruction for CLI steps (#18594)

pull/18597/head
Luke Latham 2020-05-31 11:40:33 -05:00 committed by GitHub
parent 0722a7a46b
commit 45b1697611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -92,7 +92,11 @@ If a prompt appears to trust the development certificate, trust the certificate
# [.NET Core CLI](#tab/netcore-cli/)
1. Install the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1).
1. Install the latest version of the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1). If you previously installed the SDK, you can determine your installed version by executing the following command in a command shell:
```dotnetcli
dotnet --version
```
1. For a Blazor WebAssembly experience, execute the following commands in a command shell: