Skip to content

VS: Generalize CSharp /langversion flag mapping

Brad King requested to merge brad.king/cmake:vs-csharp-langversion into master

Map the /langversion: flag followed by any value to a LangVersion element with the specified value in the .csproj file.

Fixes: #22089 (closed)

Merge request reports