Skip to content

Commit 13d3fe8

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Update CSC arguments
1 parent da23f30 commit 13d3fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private IEnumerable<string> GetCscArguments(
199199
"/warnaserror-",
200200
"/utf8output",
201201
"/deterministic+",
202-
"/langversion:13.0",
202+
"/langversion:14.0",
203203
"/features:FileBasedProgram",
204204
$"/analyzerconfig:{SdkPath}/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig",
205205
$"/analyzerconfig:{objDir}/{fileNameWithoutExtension}.GeneratedMSBuildEditorConfig.editorconfig",

0 commit comments

Comments
 (0)