Skip to content

Commit

Permalink
move to LangVersion 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 29, 2024
1 parent 554086c commit 959ba25
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 @@ -15,7 +15,7 @@
</PropertyGroup>
<!-- Set the language version for C# if we're not inside an F# project -->
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
<LangVersion>11.0</LangVersion>
<LangVersion>12.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.8.1</XunitVersion>
Expand Down

0 comments on commit 959ba25

Please sign in to comment.