You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ See the [WinUI.md](WinUI.md) for the requirements of building and running the Wi
19
19
* See [updates](Updates.md) for issues in the book and updates.
20
20
* See [.NET 6 Updates](Dotnet6Updates.md) for changes with .NET 6 and C# 10.
21
21
* 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.
22
23
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).
24
25
25
26
The *dotnet5* branch is used to show the samples how they appear in the printed book.
0 commit comments