We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81fd4dd + 7611fb0 commit 9a3e919Copy full SHA for 9a3e919
Directory.Build.props
@@ -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