Skip to content

Commit 63e7232

Browse files
authored
chore(system-requirements): correctly state net7 is compatible (#2596)
1 parent cf1729d commit 63e7232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ A **supported .NET version** is one that is [officially supported by Microsoft](
3939
| --- | --- | --- |
4040
| .NET 9 | 7.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4141
| .NET 8 | 5.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
42-
| .NET 6 | 2.29.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4342

4443
### Compatible .NET Versions
4544

@@ -49,7 +48,8 @@ A **compatible .NET version** is one that is no longer (or not yet) officially s
4948
5049
| .NET version | First UI for Blazor Version | Last UI for Blazor Version |
5150
| --- | --- | --- |
52-
| .NET 7 | 3.7.0 | 6.2.0 |
51+
| .NET 7 | 3.7.0 | {{site.uiForBlazorLatestVersion}} (current official) |
52+
| .NET 6 | 2.29.0 | {{site.uiForBlazorLatestVersion}} (current official) |
5353
| .NET 5 | 2.19.0 | 4.6.0 |
5454
| .NET Core 3.1 | 2.5.0 | 4.6.0 |
5555

0 commit comments

Comments
 (0)