Skip to content

Commit 348e82d

Browse files
committed
Improve incremental build performance
1 parent e2427df commit 348e82d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<LangVersion>8.0</LangVersion>
55
<Nullable>enable</Nullable>
6+
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
7+
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
68
</PropertyGroup>
79

810
<ItemGroup>

0 commit comments

Comments
 (0)