From 626e730bfd2b0a9491990066afd94e352c7f5309 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 15 Feb 2019 10:02:19 -0800 Subject: [PATCH] Update step for installing Blazor CLI templates --- aspnetcore/client-side/spa/blazor/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/client-side/spa/blazor/get-started.md b/aspnetcore/client-side/spa/blazor/get-started.md index 9578f2e71681..214b535cdb5c 100644 --- a/aspnetcore/client-side/spa/blazor/get-started.md +++ b/aspnetcore/client-side/spa/blazor/get-started.md @@ -26,7 +26,7 @@ To create your first Blazor project in Visual Studio: 1. Make the Blazor templates available for use with the .NET Core CLI by running the following command in a command shell: ```console - dotnet new -i Microsoft.AspNetCore.Blazor.Templates + dotnet new -i Microsoft.AspNetCore.Blazor.Templates::0.8.0-preview-19104-04 ``` 1. Select **File** > **New Project** > **Web** > **ASP.NET Core Web Application**. @@ -91,7 +91,7 @@ Prerequisites: 1. Add the Blazor templates by running the following command in a command shell: ```console - dotnet new -i Microsoft.AspNetCore.Blazor.Templates + dotnet new -i Microsoft.AspNetCore.Blazor.Templates::0.8.0-preview-19104-04 ``` 1. Create your first Blazor project in a command shell: