Skip to content

Commit 6f4cda9

Browse files
Update README.md - .NET 8
1 parent f4ba80d commit 6f4cda9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ See the [WinUI.md](WinUI.md) for the requirements of building and running the Wi
1919
* See [updates](Updates.md) for issues in the book and updates.
2020
* See [.NET 6 Updates](Dotnet6Updates.md) for changes with .NET 6 and C# 10.
2121
* See [.NET 7 Updates](Dotnet7Updates.md) for changes with .NET 7 and C# 11.
22+
* See [.NET 8 Updates](Dotnet8Updates.md) for changes with .NET 8 and C# 12.
2223

23-
The *main* branch is the actual working branch with code samples updated to .NET 7 and C# 11. Every code sample should compile and run successfully (with the deadlock and race-conditions samples, *successfully* means that a deadlock and a race-condition occurs).
24+
The *main* branch is the actual working branch with code samples updated to .NET 8 and C# 12. Every code sample should compile and run successfully (with the deadlock and race-conditions samples, *successfully* means that a deadlock and a race-condition occurs).
2425

2526
The *dotnet5* branch is used to show the samples how they appear in the printed book.
2627

0 commit comments

Comments
 (0)