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
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/blazor/configure-linker.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Linker when bui
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: riande
7
7
ms.custom: mvc
8
-
ms.date: 03/23/2020
8
+
ms.date: 04/29/2020
9
9
no-loc: [Blazor, SignalR]
10
10
uid: host-and-deploy/blazor/configure-linker
11
11
---
@@ -98,11 +98,11 @@ In the following example, the *LinkerConfig.xml* file is specified as an embedde
98
98
99
99
By default, Blazor's linker configuration for Blazor WebAssembly apps strips out internationalization information except for locales explicitly requested. Removing these assemblies minimizes the app's size.
100
100
101
-
To control which I18N assemblies are retained, set the `<MonoLinkerI18NAssemblies>` MSBuild property in the project file:
101
+
To control which I18N assemblies are retained, set the `<BlazorWebAssemblyI18NAssemblies>` MSBuild property in the project file:
> 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>.
0 commit comments