From 0722a7a46b6ae40ee4700070d241c58253794ca6 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sun, 31 May 2020 08:51:11 -0500 Subject: [PATCH] Update dotnet command (#18590) --- aspnetcore/blazor/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/get-started.md b/aspnetcore/blazor/get-started.md index deb5888fa2..713a5e2330 100644 --- a/aspnetcore/blazor/get-started.md +++ b/aspnetcore/blazor/get-started.md @@ -5,7 +5,7 @@ description: Get started with Blazor by building a Blazor app with the tooling o monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 05/26/2020 +ms.date: 05/31/2020 no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR] uid: blazor/get-started --- @@ -36,7 +36,7 @@ To get started with Blazor, follow the guidance for your choice of tooling: 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 -v + dotnet --version ``` 1. Install the latest version of [Visual Studio Code](https://code.visualstudio.com/).