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: _contentTemplates/common/get-started.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,13 @@
25
25
#after-you-run-vanilla
26
26
You may need to install the [Blazor VS Extensions](https://marketplace.visualstudio.com/items?itemName=aspnet.blazor) in order to get the necessary app templates.
27
27
28
-
>tip Make sure that you have the latest bits installed (ASP.NET Core 3.0 and Visual Studio 2019 **Preview** channel are required).
28
+
>tip Make sure that you have the latest bits installed ([.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) channel are required).
29
29
30
30
### Using Official Visual Studio 2019
31
31
32
-
You can also use the official VS 2019 installation and enable the .NET Core 3.0 Preview in order to use Blazor. To do that:
32
+
The official (RTM) version of Visual Studio 2019 does not fully support Blazor at the moment, and you must use the Visual Studio 2019 Preview channel: [https://visualstudio.microsoft.com/vs/preview/](https://visualstudio.microsoft.com/vs/preview/).
33
33
34
-
1. Open **Tools** > **Options** in the menu bar.
35
-
2. Open the **Projects and Solutions** node. Open the **.NET Core** tab.
36
-
3.**Check** the box for **Use previews of the .NET Core SDK**. Select **OK**.
37
-
38
-
>note Once you have the Blazor application running, continue to the next steps.
34
+
>caption Once you have the vanilla Blazor application running, continue to the next steps.
0 commit comments