mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-01-02 14:29:56 +01:00
Update README.md
This commit is contained in:
parent
756b7c4439
commit
2e3b2bf4c3
|
|
@ -1,8 +1,6 @@
|
|||
# Previews
|
||||
|
||||
If you have purchased the Early Access Program edition of C# 11 and .NET 7 - Modern Cross-Platform Development, then note that the chapters were written and tested with .NET 7 Preview 1.
|
||||
|
||||
Microsoft will release monthly previews until November 2022. Each month I will add new content to this page that will then be added to the final drafts for publishing in November.
|
||||
Preliminary drafts of C# 11 and .NET 7 - Modern Cross-Platform Development were written and tested with .NET 7 Preview 1. Microsoft will release monthly previews until August, then two release candidates in September and October, before the general availablility (GA) release in November 2022. Each month I will add new content to this page that will then be added to the final drafts in September.
|
||||
|
||||
## New content for .NET 7 Preview 2
|
||||
|
||||
|
|
@ -57,4 +55,4 @@ public partial class Foo // <-- Make the class a partial class
|
|||
// ..
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue