<div dir="ltr"><div>I have created an RFC to propose that we remove support for building in Mono using mcs from the CMAKE build scripts for the C# bindings.<br><br><a href="https://github.com/OSGeo/gdal/pull/14368">https://github.com/OSGeo/gdal/pull/14368</a></div><div><br></div>The CMAKE build scripts grandfathered in support for this from the previous build system.<br><br>Mono is deprecated by Microsoft and the advice is to use dotnet on all platforms - which include all platforms we support with the build scripts.<br><br>Removing mcs support will simplify the build scripts, improving maintainability going forward, simplify and focus the CI tests, and allow us to standardised on a more modern language version for the test apps (there will be no change to the target framework or language level for the actual libraries).</div>