Skip to content

CSharp: Set C# compiler to default version

Currently, C# compiler sets "/langversion:3" which is a fairly old language version of C#. This PR removes the forcing. As a result, C# compiler will be set to default which seems reasonably chosen given project's target framework(s).

Fixes: #17674 (closed)
Topic-rename: csharp-default-langversion

Edited by Brad King

Merge request reports