Skip to content

Commit ebe8b2e

Browse files
authored
Update README.md
1 parent aacae3e commit ebe8b2e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ To people coming from the .NET world, an analogy for what this library does is c
2222
The library comes in two flavours, one built on top of the other:
2323
- BlazorWorker.BackgroundService: A high-level API that hides the complexity of messaging
2424
- BlazorWorker.Core: A low-level API to communicate with a new .NET process in a web worker
25-
-
25+
26+
### Net 7 Support
27+
Due to the high number of breaking changes in Net7, a complete rewrite of the bootstrapper was neccessary. Net 7 support is currently in preview, and tracked in [this issue](https://github.com/Tewr/BlazorWorker/issues/85). As it stands, support for .net6 and previous framework versions will be dropped as of version 4.
28+
29+
### Net 8 Support
30+
Net8 Support is not yet available. Tracked in [this issue](https://github.com/Tewr/BlazorWorker/issues/90)
31+
32+
2633
### Native framework multithreading
2734
Multi-threading enthusiasts should closely monitor [this tracking issue](https://github.com/dotnet/runtime/issues/68162) in the dotnet runtime repo, which promises experimental threading support in ~~.net 7 (projected for november 2022)~~ ~~.net8, projected for November 2023.~~ .net9, projected for November 2024.
2835

2936
.net7-rc2 has an experimental multithreading api, read about it [here](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-rc-2/#webassembly-multithreading-experimental)
3037

31-
### Net 7 Support
32-
Due to the high number of breaking changes in Net7, a complete rewrite of the bootstrapper was neccessary. Net 7 support is currently in preview, and tracked in [this issue](https://github.com/Tewr/BlazorWorker/issues/85). As it stands, support for .net6 and previous framework versions will be dropped as of version 4.
38+
3339

3440
## Installation
3541
Nuget package:

0 commit comments

Comments
 (0)