Skip to content

Commit 3484ebe

Browse files
authored
chore: update supported net versions (#1359)
1 parent 37dcf2f commit 3484ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system-requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ A **supported .NET version** is one that is [officially supported by Microsoft](
3838
| --- | --- | --- |
3939
| .NET 7 | 3.7.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4040
| .NET 6 | 2.29.0 | {{site.uiForBlazorLatestVersion}} (current official) |
41-
| .NET Core 3.1 | 2.5.0 | {{site.uiForBlazorLatestVersion}} (current official) |
4241

4342
### Compatible .NET Versions
4443

@@ -48,7 +47,9 @@ A **compatible .NET version** is one that is *no longer* (or *not yet*) official
4847
4948
| .NET version | First UI for Blazor Version | Last UI for Blazor Version |
5049
| --- | --- | --- |
50+
| .NET 8 Preview | 4.1.0 | {{site.uiForBlazorLatestVersion}} (current official) |
5151
| .NET 5 | 2.19.0 | {{site.uiForBlazorLatestVersion}} (current official) |
52+
| .NET Core 3.1 | 2.5.0 | {{site.uiForBlazorLatestVersion}} (current official) |
5253

5354
>warning We recommend using only **supported** .NET versions in production applications. This enables stability, maintenance, security patches and performance improvements.
5455

0 commit comments

Comments
 (0)