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

8c3e2c
Index: source-build-tarball/src/roslyn.2cb3d482e3c09760d1b204c597be93f49dba3349/eng/targets/Settings.props
8c3e2c
===================================================================
8c3e2c
--- a/eng/targets/Settings.props
8c3e2c
+++ b/eng/targets/Settings.props
8c3e2c
@@ -39,6 +39,8 @@
8c3e2c
          Microsoft.Common.CurrentVersion.targets to see how it is consumed -->
8c3e2c
     <WindowsAppContainer>false</WindowsAppContainer>
8c3e2c
 
8c3e2c
+    <UseSharedCompilation>false</UseSharedCompilation>
8c3e2c
+
8c3e2c
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>
8c3e2c
     <Nullable>enable</Nullable>
8c3e2c
   </PropertyGroup>