File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ Examples of C# programming, with the goal of tracking and staying up-to-date wit
39
39
* [ Source generator] ( SourceGenerator/ )
40
40
* [ Attributes on local functions] ( AttributesOnLocalFunctions/ )
41
41
42
- * C# 8 is supported on .NET 2.1
42
+ * C# 8 is supported on .NET Standard 2.1, .NET Core 3.0-3.1 (September 2019)
43
43
* [ Asynchronous streams] ( AsynchronousStreams/ )
44
44
* [ Null-Coalescing operator] ( NullCoalescing/ )
45
45
* [ Default interface methods] ( DefaultInterfaceMethods/ )
46
46
* [ Static local functions] ( StaticLocalFunctions/ )
47
47
* [ Pattern matching] ( PatternMatching/ )
48
48
49
- * C# 7
49
+ * C# 7.1-2-3 is supported on .NET Framework 4.6-4.8, .NET Core 2.1-2.2 (May, 2018)
50
50
* [ Attributes on local functions] ( AttributesOnLocalFunctions/ )
51
51
* [ Local functions] ( LocalFunctionsCsharp7/ )
52
52
* [ Pattern matching] ( PatternMatching/ )
@@ -57,7 +57,7 @@ Examples of C# programming, with the goal of tracking and staying up-to-date wit
57
57
* [ ArrayPool] ( ArrayPool/ )
58
58
* [ MemoryPool] ( MemoryPool/ )
59
59
60
- * C# 6
60
+ * C# 6 is supported on .NET Framework 4.6, .NET Core 1.0-1.1 (July, 2015)
61
61
* [ Using static directive] ( UsingStaticDirective/ )
62
62
* [ Collection initializers] ( CollectionInitializers/ )
63
63
You can’t perform that action at this time.
0 commit comments