Skip to content

Commit d838d64

Browse files
chore(common): updated framework versions
1 parent dc23e2f commit d838d64

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ intro_columns:
331331
baseurl: /blazor-ui
332332

333333
## Latest UI for Blazor version. Used in some articles
334-
uiForBlazorLatestVersion: "2.9.0"
335-
supportedFrameworkVersion: ".NET Core 3.1.2"
334+
uiForBlazorLatestVersion: "2.10.0"
335+
supportedFrameworkVersion: ".NET Core 3.1.3"
336336

337337
## The Kendo UI version used
338338
cdnVersion: "2019.1.115"

upgrade/framework-versions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Telerik UI for Blazor targets `netstandard2.1` in order to be compatible with th
2323

2424
| .NET version | Telerik UI for Blazor version |
2525
|---------------------------|-------------------------------|
26-
| .NET Core 3.1.2 | {{site.uiForBlazorLatestVersion}} |
26+
| .NET Core 3.1.3 | {{site.uiForBlazorLatestVersion}} |
27+
| .NET Core 3.1.2 | 2.9.0 |
2728
| .NET Core 3.1.1 | 2.7.0 - 2.8.0 |
2829
| .NET Core 3.1 | 2.5.0 - 2.6.1 |
2930
| .NET Core 3.1 preview 3 | 2.4.0 |
@@ -44,7 +45,8 @@ While the release dates and numbers of the WASM flavor often match with the .NET
4445
4546
| WASM Preview version | Telerik UI for Blazor version |
4647
|--------------------------------------|-------------------------------|
47-
| 3.2 preview 2 (3.2.0-preview2.20160.5) | {{site.uiForBlazorLatestVersion}} |
48+
| 3.2 preview 3 (3.2.0-preview3.20168.3) | {{site.uiForBlazorLatestVersion}} |
49+
| 3.2 preview 2 (3.2.0-preview2.20160.5) | 2.9.0 |
4850
| 3.2 preview 1 (3.2.0-preview1.20073.1) | 2.7.0 - 2.8.0 |
4951
| preview 4 (3.1.0-preview4.19579.2) | 2.5.0 - 2.6.1 |
5052
| preview 3 (3.1.0-preview3.19555.2) | 2.4.0 |
@@ -56,7 +58,7 @@ While the release dates and numbers of the WASM flavor often match with the .NET
5658

5759
The future of .NET Core will eventually be through .NET 5. Its [first preview](https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-1/) is already available.
5860

59-
The Telerik UI for Blazor suite is committed to the WASM flavor of Blazor and we need to make sure we are compatible with its own previews (at the moment - .NET Core 3.2.0-preview2.20160.5) and subsequently - its official version.
61+
The Telerik UI for Blazor suite is committed to the WASM flavor of Blazor and we need to make sure we are compatible with its own previews (at the moment - .NET Core 3.2.0-preview3.20168.3) and subsequently - its official version.
6062

6163
Thus, we cannot guarantee compatibility with the .NET 5 previews.
6264

0 commit comments

Comments
 (0)