Skip to content

Commit eca7c1c

Browse files
authored
Update README.md
1 parent 818b13f commit eca7c1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Examples of C# programming, with the goal of tracking and staying up-to-date wit
3939
* [Source generator](SourceGenerator/)
4040
* [Attributes on local functions](AttributesOnLocalFunctions/)
4141

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)
4343
* [Asynchronous streams](AsynchronousStreams/)
4444
* [Null-Coalescing operator](NullCoalescing/)
4545
* [Default interface methods](DefaultInterfaceMethods/)
4646
* [Static local functions](StaticLocalFunctions/)
4747
* [Pattern matching](PatternMatching/)
4848

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)
5050
* [Attributes on local functions](AttributesOnLocalFunctions/)
5151
* [Local functions](LocalFunctionsCsharp7/)
5252
* [Pattern matching](PatternMatching/)
@@ -57,7 +57,7 @@ Examples of C# programming, with the goal of tracking and staying up-to-date wit
5757
* [ArrayPool](ArrayPool/)
5858
* [MemoryPool](MemoryPool/)
5959

60-
* C# 6
60+
* C# 6 is supported on .NET Framework 4.6, .NET Core 1.0-1.1 (July, 2015)
6161
* [Using static directive](UsingStaticDirective/)
6262
* [Collection initializers](CollectionInitializers/)
6363

0 commit comments

Comments
 (0)