What are the correct version numbers for C#?

前端 未结 12 1875
小蘑菇
小蘑菇 2020-11-22 00:48

What are the correct version numbers for C#? What came out when? Why can\'t I find any answers about C# 3.5?

This question is primarily to

12条回答
  •  悲&欢浪女
    2020-11-22 01:03

    C# 8.0 is the latest version of c#.it is supported only on .NET Core 3.x and newer versions. Many of the newest features require library and runtime features introduced in .NET Core 3.x

    The following table lists the target framework with version and their default C# version.

    Source - C# language versioning

提交回复
热议问题