Skip to content

Commit bcb3186

Browse files
authored
Merge pull request #1267 from merfolk/csharp-7.3
Set C# language version to 7.3
2 parents 7bf4f65 + 8dd9d26 commit bcb3186

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<LangVersion>7.3</LangVersion>
4+
</PropertyGroup>
5+
</Project>

0 commit comments

Comments
 (0)