You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/get-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Get started with Blazor by building a Blazor app with the tooling o
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: riande
7
7
ms.custom: mvc
8
-
ms.date: 04/16/2020
8
+
ms.date: 04/30/2020
9
9
no-loc: [Blazor, SignalR]
10
10
uid: blazor/get-started
11
11
---
@@ -28,7 +28,7 @@ To get started with Blazor, follow the guidance for your choice of tooling:
28
28
1. Install the [Blazor WebAssembly](xref:blazor/hosting-models#blazor-webassembly) preview template by running the following command:
29
29
30
30
```dotnetcli
31
-
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
31
+
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
32
32
```
33
33
34
34
1. Create a new project.
@@ -48,7 +48,7 @@ To get started with Blazor, follow the guidance for your choice of tooling:
48
48
1. Optionally install the [Blazor WebAssembly](xref:blazor/hosting-models#blazor-webassembly) preview template by running the following command:
49
49
50
50
```dotnetcli
51
-
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
51
+
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
52
52
```
53
53
54
54
> [!NOTE]
@@ -90,19 +90,19 @@ Blazor Server is supported in Visual Studio for Mac. Blazor WebAssembly isn't su
90
90
91
91
1. Select **File** > **New Solution** or create a **New Project**.
92
92
93
-
1. In the sidebar, select **.NET Core** > **App**.
93
+
1. In the sidebar, select **Web and Console** > **App**.
94
94
95
-
1. Select the **Blazor Server App** template. Select **Create**.
95
+
1. Select the **Blazor Server App** template. Select **Next**.
96
96
97
97
For information on the Blazor Server hosting model, see <xref:blazor/hosting-models>.
98
98
99
-
1.Set the **Target Framework** to **.NET Core 3.1** and select **Next**.
99
+
1.Confirm that the **Target Framework** is set to **.NET Core 3.1** and select **Next**.
100
100
101
101
1. In the **Project Name** field, name the app `WebApplication1`. Select **Create**.
102
102
103
-
1. Select **Run** > **Run Without Debugging** to run the app *without the debugger*. Run the app with **Start Debugging** to run the app *with the debugger*.
103
+
1. Select **Run** > **Run Without Debugging** to run the app *without the debugger*. Run the app with **Start Debugging**or the Run (▶) button to run the app *with the debugger*.
104
104
105
-
If a prompt appears to trust the development certificate, trust the certificate and continue.
105
+
If a prompt appears to trust the development certificate, trust the certificate and continue. The user and keychain passwords are required to trust the certificate.
106
106
107
107
# [.NET Core CLI](#tab/netcore-cli/)
108
108
@@ -111,7 +111,7 @@ If a prompt appears to trust the development certificate, trust the certificate
111
111
1. Optionally install the [Blazor WebAssembly](xref:blazor/hosting-models#blazor-webassembly) preview template by running the following command:
112
112
113
113
```dotnetcli
114
-
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
114
+
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
> The guidance in this article applies to the ASP.NET Core Blazor WebAssembly template version 3.2 or later. To obtain the latest Blazor WebAssembly template (version `3.2.0-preview5.20216.8`) when not using Visual Studio version 16.6 Preview 2 or later, see <xref:blazor/get-started>.
2
+
> The guidance in this article applies to the ASP.NET Core Blazor WebAssembly template version 3.2 or later. To obtain the latest Blazor WebAssembly template (version `3.2.0-rc1.20223.4`) when not using Visual Studio version 16.6 Preview 2 or later, see <xref:blazor/get-started>.
> The guidance in this section applies to the ASP.NET Core Blazor WebAssembly template version 3.2 or later. To obtain the latest Blazor WebAssembly template (version `3.2.0-preview5.20216.8`) when not using Visual Studio version 16.6 Preview 2 or later, see <xref:blazor/get-started>.
2
+
> The guidance in this section applies to the ASP.NET Core Blazor WebAssembly template version 3.2 or later. To obtain the latest Blazor WebAssembly template (version `3.2.0-rc1.20223.4`) when not using Visual Studio version 16.6 Preview 2 or later, see <xref:blazor/get-started>.
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/signalr-blazor-webassembly.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Create a chat app that uses ASP.NET Core SignalR with Blazor WebAss
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: riande
7
7
ms.custom: mvc
8
-
ms.date: 04/23/2020
8
+
ms.date: 04/30/2020
9
9
no-loc: [Blazor, SignalR]
10
10
uid: tutorials/signalr-blazor-webassembly
11
11
---
@@ -53,7 +53,7 @@ At the end of this tutorial, you'll have a working chat app.
53
53
When not using Visual Studio version 16.6 Preview 2 or later, install the [Blazor WebAssembly](xref:blazor/hosting-models#blazor-webassembly) template. The [Microsoft.AspNetCore.Components.WebAssembly.Templates](https://www.nuget.org/packages/Microsoft.AspNetCore.Components.WebAssembly.Templates/) package has a preview version while Blazor WebAssembly is in preview. In a command shell, execute the following command:
54
54
55
55
```dotnetcli
56
-
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
56
+
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/signalr-blazor-webassembly/samples/3.x/BlazorSignalRApp/Client/BlazorSignalRApp.Client.csproj
0 commit comments