Skip to content

Commit b56dad4

Browse files
authored
Blazor Tooling topic UE pass (#20026)
1 parent db45b67 commit b56dad4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/blazor/tooling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the tooling available to build Blazor apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 07/07/2020
8+
ms.date: 09/28/2020
99
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: blazor/tooling
1111
zone_pivot_groups: operating-systems
@@ -36,13 +36,13 @@ For more information on trusting the ASP.NET Core HTTPS development certificate,
3636

3737
::: zone pivot="linux"
3838

39-
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:
39+
1. Install the latest version of the [.NET Core SDK](https://dotnet.microsoft.com/download). If you previously installed the SDK, you can determine your installed version by executing the following command in a command shell:
4040

4141
```dotnetcli
4242
dotnet --version
4343
```
4444

45-
1. Install the latest version of [Visual Studio Code](https://code.visualstudio.com/).
45+
1. Install the latest version of [Visual Studio Code](https://code.visualstudio.com).
4646

4747
1. Install the latest [C# for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
4848

@@ -74,7 +74,7 @@ There's no centralized way to trust a certificate on Linux. Typically, one of th
7474
* Trust all self-signed certificates for `localhost`.
7575
* Add the certificate to the list of trusted certificates in the browser.
7676

77-
For more information, see the guidance provided by your browser and Linux distribution.
77+
For more information, see the guidance provided by your browser manufacturer and Linux distribution.
7878

7979
::: zone-end
8080

0 commit comments

Comments
 (0)