From 502f9769f7b1fcaf66d88a2bcfae6480b86e5835 Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Thu, 17 Oct 2019 15:19:20 +0300 Subject: [PATCH] docs(common): framework update --- _config.yml | 2 +- _contentTemplates/common/get-started.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 27c77f789..b0e6b0f14 100644 --- a/_config.yml +++ b/_config.yml @@ -290,7 +290,7 @@ intro_columns: baseurl: /blazor-ui ## Latest UI for Blazor version. Used in some articles -uiForBlazorLatestVersion: "2.1.1" +uiForBlazorLatestVersion: "2.2.0" ## The Kendo UI version used cdnVersion: "2019.1.115" diff --git a/_contentTemplates/common/get-started.md b/_contentTemplates/common/get-started.md index a9e560e96..14a133106 100644 --- a/_contentTemplates/common/get-started.md +++ b/_contentTemplates/common/get-started.md @@ -29,9 +29,9 @@ #after-you-run-vanilla ->tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and **Visual Studio 2019** installed. +>tip Make sure that you have [.NET Core 3.1 Preview 1](https://dotnet.microsoft.com/download/dotnet-core/3.1) and **[Visual Studio 2019 Preview](https://visualstudio.microsoft.com/vs/preview/)** installed. > -> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `.NET Core 3`. +> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `.NET Core 3.1 Preview 1`. You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.