Skip to content

Commit aacae3e

Browse files
authored
Update README.md
1 parent 3ee79b8 commit aacae3e

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
@@ -24,10 +24,13 @@ The library comes in two flavours, one built on top of the other:
2424
- BlazorWorker.Core: A low-level API to communicate with a new .NET process in a web worker
2525
-
2626
### Native framework multithreading
27-
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.
27+
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.
2828

2929
.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)
3030

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.
33+
3134
## Installation
3235
Nuget package:
3336
```

0 commit comments

Comments
 (0)