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.
1 parent aa9c04f commit 707c786Copy full SHA for 707c786
Directory.Build.props
@@ -5,6 +5,7 @@
5
<Nullable>enable</Nullable>
6
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7
<LangVersion>latest</LangVersion>
8
+ <BuildInParallel>false</BuildInParallel>
9
</PropertyGroup>
10
11
<PropertyGroup Condition="'$(Configuration)'=='Release'">
0 commit comments