Blame SOURCES/roslyn-no-apphost.patch

9939d1
--- a/src/Workspaces/Remote/ServiceHub.CoreComponents/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.csproj
9939d1
+++ b/src/Workspaces/Remote/ServiceHub.CoreComponents/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.csproj
9939d1
@@ -5,6 +5,7 @@
9939d1
     <OutputType>Exe</OutputType>
9939d1
     <TargetFramework>netcoreapp3.1</TargetFramework>
9939d1
     
9939d1
+    <UseAppHost>false</UseAppHost>
9939d1
     <IsShipping>false</IsShipping>
9939d1
   </PropertyGroup>
9939d1
   <ItemGroup>