Skip to content

Commit e4feb36

Browse files
authored
Update BlazorGetStartedWebAssemblyPackageVersion (dotnet#16752)
1 parent 815b4f8 commit e4feb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Get started with Blazor by building a Blazor app with the tooling o
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 12/18/2019
8+
ms.date: 01/28/2019
99
no-loc: [Blazor, SignalR]
1010
uid: blazor/get-started
1111
---
@@ -24,7 +24,7 @@ Get started with Blazor:
2424
* Run the following command in a command shell. The [Microsoft.AspNetCore.Blazor.Templates](https://www.nuget.org/packages/Microsoft.AspNetCore.Blazor.Templates/) package has a preview version while Blazor WebAssembly is in preview.
2525

2626
```dotnetcli
27-
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.1.0-preview4.19579.2
27+
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.2.0-preview1.20073.1
2828
```
2929

3030
1. Follow the guidance for your choice of tooling:

0 commit comments

Comments
 (0)