Skip to content

Commit e6ee692

Browse files
committed
Mention .NET 7 support
1 parent b38cb15 commit e6ee692

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

system-requirements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The latest version of Telerik UI for Blazor (currently {{site.uiForBlazorLatestV
2121
* `net6.0`
2222
* `net7.0`
2323
* `net8.0`
24+
* `net9.0`
2425

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

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

3738
| .NET version | First UI for Blazor Version | Last UI for Blazor Version |
3839
| --- | --- | --- |
40+
| .NET 9 | 7.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
3941
| .NET 8 | 5.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4042
| .NET 6 | 2.29.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4143

@@ -47,8 +49,7 @@ A **compatible .NET version** is one that is no longer (or not yet) officially s
4749
4850
| .NET version | First UI for Blazor Version | Last UI for Blazor Version |
4951
| --- | --- | --- |
50-
| .NET 9 Preview | 6.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
51-
| .NET 7 | 3.7.0 | {{site.uiForBlazorLatestVersion}} (current official) |
52+
| .NET 7 | 3.7.0 | 6.2.0 |
5253
| .NET 5 | 2.19.0 | 4.6.0 |
5354
| .NET Core 3.1 | 2.5.0 | 4.6.0 |
5455

upgrade/breaking-changes/7-0-0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This article outlines the breaking changes in Telerik UI for Blazor version 7.0.
1212

1313
## Common
1414

15+
### .NET Support
16+
17+
[.NET 7 is no longer supported]({%slug system-requirements%}).
18+
1519
### AutoComplete, ComboBox, MultiColumnComboBox, MultiSelect
1620

1721
The obsolete `ClearButton` parameter is removed. Use `ShowClearButton` instead.

0 commit comments

Comments
 (0)