Browse Source

Enable C#9 lanuage features

pull/8734/head
Gerhard Olsson 5 years ago
parent
commit
0e3903f423
  1. 2
      Directory.Build.props
  2. 2
      README.md

2
Directory.Build.props

@ -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>

2
README.md

@ -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>

Loading…
Cancel
Save