Skip to content

Commit

Permalink
Enable C#9 lanuage features
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jan 10, 2021
1 parent e17d6de commit 0e3903f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project=".\scripts\sdk\Sdk.props" />

<PropertyGroup>
<LangVersion>8</LangVersion>
<LangVersion>9</LangVersion>
<NoWarn>$(NoWarn);1573;1591;1712</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Have a question? Come and talk to us: [![Gitter](https://badges.gitter.im/Join%2
Development
</td>
<td>
MS VS 2019, C# 8<br />
MS VS 2019 (v16.8+), C# 9<br />
VC++ (inc. ATL for x86/x64 for installer)
</td>
</tr>
Expand Down

0 comments on commit 0e3903f

Please sign in to comment.