Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The latest version of Telerik UI for Blazor (currently {{site.uiForBlazorLatestV

* `net8.0`
* `net9.0`
* `net10.0`

Razor Class Libraries may target `netstandard2.0` by default, so you need to update that.

Expand All @@ -35,6 +36,7 @@ A **supported .NET version** is one that is [officially supported by Microsoft](

| .NET version | First UI for Blazor Version | Last UI for Blazor Version |
| --- | --- | --- |
| .NET 10 | 12.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
| .NET 9 | 7.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
| .NET 8 | 5.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |

Expand Down
Loading