How to set and force C# language version? #184
-
For example, Mono is stuck at C# 8. I can't send C# 11 code to people who use Mono and expect it to compile for them. Yes, there are various |
Beta Was this translation helpful? Give feedback.
Answered by
MichalStrehovsky
Feb 25, 2024
Replies: 1 comment
-
Does |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
--langversion
do what you need?