14 lines
575 B
Diff
14 lines
575 B
Diff
Index: source-build-tarball/src/aspnetcore.4ab0cf33ecb1c25a38422f5b11810e4c8a91d8eb/Directory.Build.props
|
|
===================================================================
|
|
--- a/Directory.Build.props
|
|
+++ b/Directory.Build.props
|
|
@@ -48,6 +48,8 @@
|
|
|
|
<!-- Workaround issue with ComponentsAnalyzer throwing for interfaces -->
|
|
<DisableImplicitComponentsAnalyzers>true</DisableImplicitComponentsAnalyzers>
|
|
+
|
|
+ <UseSharedCompilation>false</UseSharedCompilation>
|
|
</PropertyGroup>
|
|
|
|
<!-- Disable logging of some task parameters or metadata to reduce binlog size.
|