Skip to content

Commit 000d475

Browse files
committed
Create Directory.Build.props
Update C# version into 9.0
1 parent 0cfdb55 commit 000d475

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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>latestMajor</LangVersion>
4+
</PropertyGroup>
5+
</Project>

0 commit comments

Comments
 (0)