Which C# version .NET Core uses?
I know that C# version depends on .NET Framework . But .NET Core which version uses? Particularly .NET Core 2? C#7? .NET Core 2.0 references Roslyn 2.3, which corresponds to Visual Studio 2017 version 15.3 and supports C# 7.1. The C# what's new version history page gives a list of all versions plus their associated Visual Studio and .NET core version: C# 7.3 Visual Studio 2017 version 15.7, and in the .NET Core 2.1 SDK 2.1.300 RC1 C# 7.2 Visual Studio 2017 version 15.5, and in the .NET Core 2.0 SDK. C# 7.1 Visual Studio 2017 version 15.3, and in the .NET Core 2.0 SDK. C# 7.0 Visual Studio 2017