Blame SOURCES/roslyn-no-apphost.patch

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