Blame SOURCES/source-build-reference-packages-no-shared-compilation.patch

8c3e2c
Index: a/src/Directory.Build.props
8c3e2c
===================================================================
8c3e2c
--- a/src/Directory.Build.props
8c3e2c
+++ b/src/Directory.Build.props
8c3e2c
@@ -9,6 +9,7 @@
8c3e2c
   <PropertyGroup>
8c3e2c
     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
8c3e2c
     <IsPackable>true</IsPackable>
8c3e2c
+    <UseSharedCompilation>false</UseSharedCompilation>
8c3e2c
     
8c3e2c
       Arcade defaults Serviceable to 'true'. Reset it, to use the value in the nuspec. Improves
8c3e2c
       equality with real packages.