Version 3.8 of CMake supports generating Visual Studio C# projects. By default, it sets the language version ("LangVersion") to version 3 in the .csproj file. I need to change to a more recent language version, like version 6.
How do I override the language version in my CMakeLists.txt file?