Skip to content

Commit

Permalink
chore(system-requirements): correctly state net7 is compatible (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
radkostanev authored Dec 2, 2024
1 parent cf1729d commit 63e7232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ A **supported .NET version** is one that is [officially supported by Microsoft](
| --- | --- | --- |
| .NET 9 | 7.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
| .NET 8 | 5.0.0 | {{site.uiForBlazorLatestVersion}} (current official) |
| .NET 6 | 2.29.0 | {{site.uiForBlazorLatestVersion}} (current official) |

### Compatible .NET Versions

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

Expand Down

0 comments on commit 63e7232

Please sign in to comment.