0
Hello, When I create a project, in visual studio, it provides me the option to choose the version of . Net(...4.5, 4.6, 4.7...) that I want to use, but does not inform the version of the language c#(...6, 7...). In python I get this information with the python --version command. Is there a command in visual studio that I can know which version of c#? And how can I choose which version to write the code to?