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

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