Add note re: .NET Framework 4.8.1

James Groom 2022-09-14 19:10:06 +10:00
parent cd6d803ce3
commit c911938151
1 changed files with 1 additions and 0 deletions

@ -14,6 +14,7 @@ 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 not to upgrade to Framework 4.8.
I have not considered Framework 4.8.1 because it matches Framework 4.8 in terms of language features and is generally not useful.
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".