We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf7757 commit d66da69Copy full SHA for d66da69
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 6;
+ return 8;
64
if (language.StartsWith("vb", StringComparison.OrdinalIgnoreCase))
65
return 14;
66
throw new ArgumentException($"{language} not supported!");
0 commit comments