Skip to content

Commit

Permalink
Use latest C# version
Browse files Browse the repository at this point in the history
Fix the build by enabling the latest version of C#.
  • Loading branch information
martincostello committed Sep 8, 2019
1 parent 67dc9a3 commit eae3d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Import Project="version.props" />

<PropertyGroup>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit eae3d43

Please sign in to comment.