Upgrading C# Language Version from 7.3 to 8.0 in Visual Studio Template

Help Needed: Upgrading C# Language Version from 7.3 to 8.0 in RhinoCommon Template
Hello,
I am currently using RhinoCommon 8.17 with .NET Framework 4.8 in Visual Studio2022. However, I am limited to C# 7.3 as the language version in my current template/environment and unable to enable C# 8.0 features. Could someone guide me on how to upgrade or enable C# 8.0 for this setup? Specifically, I am looking for solutions that may involve changes to project templates, build settings, or any other configuration adjustments that apply within this context.

Thank you in advance for your assistance!


it’s not editable in the UI, but open your csproj in a text editor and you can change it.