Disable apphost in ILVerify (#45036)
authorOmair Majid <omajid@redhat.com>
Fri, 18 Dec 2020 05:05:24 +0000 (00:05 -0500)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 05:05:24 +0000 (21:05 -0800)
It doesn't appear to be needed and ends up as a prebuilt for
source-build.

src/coreclr/tools/ILVerify/ILVerify.csproj

index aeb5b5d..a842882 100644 (file)
@@ -3,6 +3,7 @@
     <OutputType>Exe</OutputType>
     <TargetFramework>netcoreapp3.1</TargetFramework>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+    <UseAppHost>false</UseAppHost>
     <RollForward>Major</RollForward>
   </PropertyGroup>