Skip to content

Commit c0ea042

Browse files
docs(common): vs 2019 rtm not supported
1 parent 449bdc7 commit c0ea042

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

_contentTemplates/common/get-started.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
#after-you-run-vanilla
2626
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.
2727

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).
2929
3030
### Using Official Visual Studio 2019
3131

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/).
3333

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.
3935
#end
4036

4137

0 commit comments

Comments
 (0)