Skip to content

Commit b54ceb2

Browse files
ntachevajivanova
authored andcommitted
docs(net 6)update note
1 parent 2b689b6 commit b54ceb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ enable_blazorRepl: true
551551

552552
## Latest UI for Blazor version. Used in some articles
553553
uiForBlazorLatestVersion: "2.29.0"
554-
supportedFrameworkVersion: ".NET Core 3.1.11, .NET 5 and NET6"
554+
supportedFrameworkVersion: ".NET Core 3.1.11, .NET 5 and .NET 6"
555555

556556
## The Kendo UI version used
557557
cdnVersion: "2019.1.115"

_contentTemplates/common/get-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
## Step 1 - Set Up a Blazor Project
33

44

5-
>Make sure that you have [.NET Core 3.1.x](https://dotnet.microsoft.com/download/dotnet-core/3.1) or [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0), and [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) installed.
5+
>Make sure that you have installed the following:
6+
* .NET - [.NET Core 3.1.x](https://dotnet.microsoft.com/download/dotnet-core/3.1), [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0) or [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0).
7+
* Visual Studio - [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) (for .NET 3.x and .NET 5) or [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) (for .NET 6).
68
>
79
>The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}`, and it supports `{{site.supportedFrameworkVersion}}`.
810

0 commit comments

Comments
 (0)