Skip to content

Commit 9a3e919

Browse files
authored
Merge pull request #3 from JLdgu/langVersion
Add build.props
2 parents 81fd4dd + 7611fb0 commit 9a3e919

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<PropertyGroup>
3+
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
4+
<ImplicitUsings>enable</ImplicitUsings>
5+
<LangVersion>13</LangVersion>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
</Project>

0 commit comments

Comments
 (0)