Skip to content

Commit

Permalink
Enable C# preview features
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Dec 7, 2024
1 parent 5e67e94 commit 4daf2d7
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 @@ -2,7 +2,7 @@

<!-- Build configuration -->
<PropertyGroup>
<LangVersion>13.0</LangVersion>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>annotations</Nullable>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
Expand Down

0 comments on commit 4daf2d7

Please sign in to comment.