Blame SOURCES/fsharp-no-apphost.patch

8c3e2c
Index: a/src/buildtools/AssemblyCheck/AssemblyCheck.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/src/buildtools/AssemblyCheck/AssemblyCheck.fsproj
8c3e2c
+++ b/src/buildtools/AssemblyCheck/AssemblyCheck.fsproj
8c3e2c
@@ -4,6 +4,7 @@
8c3e2c
     <OutputType>Exe</OutputType>
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <ItemGroup>
8c3e2c
Index: src/buildtools/fslex/fslex.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/src/buildtools/fslex/fslex.fsproj
8c3e2c
+++ b/src/buildtools/fslex/fslex.fsproj
8c3e2c
@@ -5,6 +5,7 @@
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstants)</DefineConstants>
8c3e2c
     <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <ItemGroup>
8c3e2c
Index: src/buildtools/fsyacc/fsyacc.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/src/buildtools/fsyacc/fsyacc.fsproj
8c3e2c
+++ b/src/buildtools/fsyacc/fsyacc.fsproj
8c3e2c
@@ -5,6 +5,7 @@
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstants)</DefineConstants>
8c3e2c
     <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <ItemGroup>
8c3e2c
Index: src/fsharp/fsc/fsc.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/src/fsharp/fsc/fsc.fsproj
8c3e2c
+++ b/src/fsharp/fsc/fsc.fsproj
8c3e2c
@@ -11,7 +11,7 @@
8c3e2c
     <AllowCrossTargeting>true</AllowCrossTargeting>
8c3e2c
     <OtherFlags>$(OtherFlags) --maxerrors:20 --extraoptimizationloops:1</OtherFlags>
8c3e2c
     <NGenBinary>true</NGenBinary>
8c3e2c
-    <UseAppHost>true</UseAppHost>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
8c3e2c
Index: src/fsharp/fsi/fsi.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/src/fsharp/fsi/fsi.fsproj
8c3e2c
+++ b/src/fsharp/fsi/fsi.fsproj
8c3e2c
@@ -12,7 +12,7 @@
8c3e2c
     <OtherFlags>$(OtherFlags) --warnon:1182 --maxerrors:20 --extraoptimizationloops:1</OtherFlags>
8c3e2c
     <Win32Resource>fsi.res</Win32Resource>
8c3e2c
     <NGenBinary>true</NGenBinary>
8c3e2c
-    <UseAppHost>true</UseAppHost>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
8c3e2c
Index: tests/benchmarks/MicroPerf/MicroPerf.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/tests/benchmarks/MicroPerf/MicroPerf.fsproj
8c3e2c
+++ b/tests/benchmarks/MicroPerf/MicroPerf.fsproj
8c3e2c
@@ -3,6 +3,7 @@
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <OutputType>Exe</OutputType>
8c3e2c
     <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
     
8c3e2c
     <OtherFlags>$(OtherFlags) --nowarn:1204</OtherFlags>
8c3e2c
     
8c3e2c
Index: tests/benchmarks/TaskPerf/TaskPerf.fsproj
8c3e2c
===================================================================
8c3e2c
--- a/tests/benchmarks/TaskPerf/TaskPerf.fsproj
8c3e2c
+++ b/tests/benchmarks/TaskPerf/TaskPerf.fsproj
8c3e2c
@@ -4,6 +4,7 @@
8c3e2c
     <TargetFramework>net5.0</TargetFramework>
8c3e2c
     <OutputType>Exe</OutputType>
8c3e2c
     <DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
8c3e2c
+    <UseAppHost>false</UseAppHost>
8c3e2c
     
8c3e2c
 	<OtherFlags>$(OtherFlags) --nowarn:1204</OtherFlags>
8c3e2c