Skip to content

Commit

Permalink
bump langversion to 13 (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony authored Dec 18, 2024
1 parent e3e07d6 commit 1ff7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Nullable>enable</Nullable>
<Packable>false</Packable>
<Packable Condition="$(IsTestProject) != 'true' and $(MSBuildProjectName.StartsWith('Whipstaff.'))">false</Packable>
<LangVersion>12.0</LangVersion>
<LangVersion>13.0</LangVersion>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup>

Expand Down

0 comments on commit 1ff7825

Please sign in to comment.