Skip to content

Commit

Permalink
Blazor Get Started: Update preview SDK instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored May 3, 2019
1 parent 8966829 commit 3c4a22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/blazor/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Get started with Blazor by building a Blazor app with the tooling o
monikerRange: '>= aspnetcore-3.0'
ms.author: riande
ms.custom: mvc
ms.date: 04/22/2019
ms.date: 05/03/2019
uid: blazor/get-started
---
# Get started with Blazor
Expand All @@ -30,7 +30,7 @@ Get started with Blazor:

2. Install the latest [Blazor extension](https://go.microsoft.com/fwlink/?linkid=870389) from the Visual Studio Marketplace. This step makes Blazor templates available to Visual Studio.

3. Enable Visual Studio to use preview SDKs: Open **Tools** > **Options** in the menu bar. Open the **Projects and Solutions** node. Open the **.NET Core** tab. Check the box for **Use previews of the .NET Core SDK**. Select **OK**.
3. If using the latest stable release of Visual Studio (not a preview release), enable Visual Studio to use preview SDKs: Open **Tools** > **Options** in the menu bar. Open the **Projects and Solutions** node. Open the **.NET Core** tab. Check the box for **Use previews of the .NET Core SDK**. Select **OK**.

4. Create a new project.

Expand Down

0 comments on commit 3c4a22f

Please sign in to comment.