Updated Available C# and .NET features (markdown)

James Groom 2022-07-13 21:02:54 +10:00
parent 9259c4cc8f
commit e33a8f9751
1 changed files with 2 additions and 2 deletions

@ -13,8 +13,8 @@ Legend:
🔵 Availablity in .NET Framework 4.8 (`net48`)
🟢 Availablity in .NET Standard 2.0 (`netstandard2.0`)
I have not considered Framework 4.7.2 and below as there is little reason to not upgrade to Framework 4.8.
I use Standard 2.0 and not Standard 2.1 because Standard 2.1 is not subsumed by Framework 4.8, rendering it useless.
I have not considered Framework 4.7.2 and below as there is little reason not to upgrade to Framework 4.8.
I use Standard 2.0 and not Standard 2.1 as the latter is not subsumed by Framework 4.8, rendering it useless.
> Note: .NET calls destructuring "deconstructing", not to be confused with destructing which .NET calls "finalising".