Skip to content

Commit 661597b

Browse files
chore(common): versions update
1 parent fffcb60 commit 661597b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ intro_columns:
304304
baseurl: /blazor-ui
305305

306306
## Latest UI for Blazor version. Used in some articles
307-
uiForBlazorLatestVersion: "2.4.0"
308-
supportedFrameworkVersion: ".NET Core 3.1 Preview 3"
307+
uiForBlazorLatestVersion: "2.5.0"
308+
supportedFrameworkVersion: ".NET Core 3.1"
309309

310310
## The Kendo UI version used
311311
cdnVersion: "2019.1.115"

upgrade/framework-versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ position: 5
1212

1313
This article lists the .NET Core versions supported by the UI for Blazor suite, and which versions of the Telerik UI for Blazor work under which framework versions.
1414

15-
>note We currently support only the latest available versions of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**) and the .NET Core 3 SDK (**{{site.supportedFrameworkVersion}}**), both on the [Server-side](https://docs.telerik.com/blazor-ui/getting-started/server-blazor) and [WebAssembly](https://docs.telerik.com/blazor-ui/getting-started/client-blazor) flavors.
15+
>note We currently support only the latest available version of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**) and the .NET Core 3 SDK (**{{site.supportedFrameworkVersion}}**) on the [Server-side](https://docs.telerik.com/blazor-ui/getting-started/server-blazor) flavor. On the [WebAssembly](https://docs.telerik.com/blazor-ui/getting-started/client-blazor) flavor, `.NET Core 3.1 preview 3` is supported, because in the `.NET Core 3.1 preview 4 of WASM`, the linker breaks extension methods that our components require.
1616
1717

1818
| .NET version | Telerik UI for Blazor version |
1919
|---------------------------|-------------------------------|
20+
| .NET Core 3.1 | 2.5.0 |
2021
| .NET Core 3.1 preview 3 | 2.4.0 |
2122
| .NET Core 3.1 preview 2 | 2.3.0 |
2223
| .NET Core 3.1 preview 1 | 2.2.0, 2.2.1 |

0 commit comments

Comments
 (0)