Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 1b5a65d

Browse files
committed
Update the solution to allow the use of C# 7
1 parent 86945af commit 1b5a65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncUsageAnalyzers/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<LangVersion>6</LangVersion>
20+
<LangVersion>7</LangVersion>
2121
<Features>strict</Features>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)