Merge pull request #1267 from merfolk/csharp-7.3

Set C# language version to 7.3
This commit is contained in:
Michael Möller 2020-05-05 22:42:52 +02:00 committed by GitHub
commit bcb3186d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Directory.Build.props Normal file
View File

@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
</Project>