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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ See [updates](Updates.md) for issues and updates.
21
21
22
22
With the *main* branch every sample should compile and run successfully (with the deadlock and race-conditions samples, *successfully* means that a deadlock and a race-condition occurs).
23
23
24
-
The *dotnet6* branch will be used to show some early changes with C# 10 and .NET 6 using previews of C# 10 and .NET 6. Previews might not run with the next preview available.
24
+
The *dotnet6* branch is used to show changes with C# 10 and .NET 6.
25
25
26
-
After .NET 6 is released, the .NET 5 version of the code might move to a different branch, but it will be kept available.
26
+
The *dotnet5* branch is used to show the samples how they appear in the printed book.
0 commit comments