Skip to content

Commit 81285fd

Browse files
chore(common): update to official .net core, 2.1.0, and remove mentions of VS Preview
1 parent 566ce00 commit 81285fd

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ intro_columns:
289289
baseurl: /blazor-ui
290290

291291
## Latest UI for Blazor version. Used in some articles
292-
uiForBlazorLatestVersion: "2.0.0"
292+
uiForBlazorLatestVersion: "2.1.0"
293293

294294
## The Kendo UI version used
295295
cdnVersion: "2019.1.115"

_contentTemplates/common/get-started.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,12 @@
2929

3030
#after-you-run-vanilla
3131

32-
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) installed. You must use the Preview version of Visual Studio for working with Blazor apps.
32+
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and **Visual Studio 2019** installed.
3333
>
34-
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Release Candidate 1`.
34+
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `.NET Core 3`.
3535
3636
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
3737

38-
### Using Official Visual Studio 2019
39-
40-
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/).
41-
4238
>caption Once you have the vanilla Blazor application running, continue to the next steps.
4339
#end
4440

@@ -65,7 +61,7 @@ If you don't have a Blazor project set up, first you need to create one.
6561
6662
To create a project manually, follow these steps:
6763

68-
1. Open Visual Studio 2019 Preview
64+
1. Open Visual Studio 2019
6965

7066
1. Create a New Project
7167

getting-started/what-you-need.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ To use the Telerik UI for Blazor, you need to:
2323

2424
Before you continue, make sure you can use Blazor. Read below for more details.
2525

26-
Once you have Blazor running, follow the articles below to see how to add the Telerik components to your project.
2726

28-
@[template](/_contentTemplates/common/get-started.md#after-install)
2927

3028
@[template](/_contentTemplates/common/get-started.md#blazor-tutorial-intro)
3129
@[template](/_contentTemplates/common/get-started.md#get-started-msdn-link)

0 commit comments

Comments
 (0)