We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b465354 commit a392714Copy full SHA for a392714
1 file changed
Web/ConverterController.cs
@@ -60,7 +60,7 @@ private int GetDefaultVersionForLanguage(string language)
60
if (language == null)
61
throw new ArgumentNullException(nameof(language));
62
if (language.StartsWith("cs", StringComparison.OrdinalIgnoreCase))
63
- return 8;
+ return 6;
64
if (language.StartsWith("vb", StringComparison.OrdinalIgnoreCase))
65
return 14;
66
throw new ArgumentException($"{language} not supported!");
0 commit comments