Skip to content

Commit

Permalink
Allow use of C# 10 (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Oct 24, 2022
1 parent f0dab59 commit 212be62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>9</LangVersion>
<LangVersion>10</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>

0 comments on commit 212be62

Please sign in to comment.