Skip to content

Commit d47d728

Browse files
update readme and updates with .net 6
1 parent bc45094 commit d47d728

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ See [updates](Updates.md) for issues and updates.
2121

2222
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).
2323

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.
2525

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.
2727

2828
## Issues and Discussions
2929

Updates.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Book Updates
22

3-
> Here, updates to the book will be added. It's not printed yet, so no updates are availabe.
3+
## Chapter 20, Security
4+
5+
Page 560, the command
6+
7+
> az app list --display-name ProCSharpIdentityApp --query [].appId
8+
9+
should be:
10+
11+
> az ad app list --display-name ProCSharpIdentityApp --query [].appId

0 commit comments

Comments
 (0)