Skip to content

Commit

Permalink
Set LangVersion compiler option to 13.0 (PowerShell#24619)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Nov 26, 2024
1 parent 22beba4 commit c24e8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<AssemblyTitle>PowerShell 7</AssemblyTitle>

<TargetFramework>net9.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<LangVersion>13.0</LangVersion>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit c24e8e4

Please sign in to comment.