Skip to content

Commit 3226ef9

Browse files
authored
Revise .NET support information in README
Updated .NET support section to reflect changes for .NET 10 and planned release date, there was some confusion in #126
1 parent 66cc993 commit 3226ef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ The library comes in two flavours, one built on top of the other:
2626
### Net 5 & 6 Support
2727
.netstandard2, .net5 and .net6 can be used as targets with BlazorWorker version v3.x, but new features will not be developed for these targets due to the breaking changes in .net7.
2828

29-
### Net 7, 8, 9, 10 Support
29+
### Net 7, 8, 9 Support
3030
.net7 targets and newer can be used from [release v4.0.0](https://github.com/Tewr/BlazorWorker/releases/tag/v4.0.0) and higher versions.
3131

32+
### Net 10 Support
33+
Planned for 11 nov 2025.
34+
3235
### Native framework multithreading
3336
Multi-threading enthusiasts should closely monitor [this tracking issue](https://github.com/dotnet/aspnetcore/issues/17730) in the dotnet runtime repo, which promises threading support in ~~.net 7~~ ~~.net8~~ ~~.net9~~ ~~.net10~~ .net11, projected for nov 2026.
3437

0 commit comments

Comments
 (0)