Skip to content

Commit 8dd9d26

Browse files
committed
Set C# language version to 7.3
This file sets the language version for all projects in subdirectories. https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version#configure-multiple-projects
1 parent 7bf4f65 commit 8dd9d26

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)