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

8c3e2c
Index: a/FSharpBuild.Directory.Build.props
8c3e2c
===================================================================
8c3e2c
--- a/FSharpBuild.Directory.Build.props
8c3e2c
+++ b/FSharpBuild.Directory.Build.props
8c3e2c
@@ -21,6 +21,7 @@
8c3e2c
     <ValueTupleImplicitPackageVersion>4.4.0</ValueTupleImplicitPackageVersion>
8c3e2c
     <WarningsAsErrors>1182;0025;$(WarningsAsErrors)</WarningsAsErrors>
8c3e2c
     <OtherFlags>$(OtherFlags) --nowarn:3384</OtherFlags>
8c3e2c
+    <UseSharedCompilation>false</UseSharedCompilation>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c