Skip to content

Commit 35688e1

Browse files
readme with info on .NET 6
1 parent 55b9928 commit 35688e1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,23 @@ ASP.NET Core samples need this workload: **ASP.NET and web development**.
1515

1616
See the [WinUI.md](WinUI.md) for the requirements of building and running the WinUI samples.
1717

18-
## Updates
18+
## Updates and .NET 6
1919

2020
See [updates](Updates.md) for issues and updates.
2121

22-
## Errors and Issues
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).
2323

24-
In case you find some problems with the source code, to compile and run the samples, please create an [issue](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/issues).
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.
2525

26-
In case you have some questions about code samples, please use [Discussions](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/discussions).
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.
2727

28-
For questions that are not related to the book and the code samples of the book, it's better to use [StackOverflow](https://stackoverflow.com/).
28+
## Issues and Discussions
29+
30+
If you find some problems with the source code, issues to compile and run the samples, please create an [issue](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/issues).
31+
32+
If you have some questions about the code samples, or just want to drop a message, you're welcome to use [Discussions](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/discussions).
33+
34+
For questions with your source code that are not related to the book and the code samples, it's better to use [StackOverflow](https://stackoverflow.com/).
2935

3036
## Slides
3137

0 commit comments

Comments
 (0)