Skip to content

Commit 8a2cf2f

Browse files
authored
LangVersion for net461 (sipsorcery-org#945)
1 parent 2925225 commit 8a2cf2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup Condition=" '$(Framework)' != 'NET461'">
3+
<LangVersion>8.0</LangVersion>
4+
</PropertyGroup>
5+
</Project>

0 commit comments

Comments
 (0)