Blame SOURCES/aspnetcore-no-shared-compilation.patch

8c3e2c
Index: source-build-tarball/src/aspnetcore.4ab0cf33ecb1c25a38422f5b11810e4c8a91d8eb/Directory.Build.props
8c3e2c
===================================================================
8c3e2c
--- a/Directory.Build.props
8c3e2c
+++ b/Directory.Build.props
8c3e2c
@@ -48,6 +48,8 @@
8c3e2c
 
8c3e2c
     
8c3e2c
     <DisableImplicitComponentsAnalyzers>true</DisableImplicitComponentsAnalyzers>
8c3e2c
+
8c3e2c
+    <UseSharedCompilation>false</UseSharedCompilation>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c