From: Omair Majid Date: Fri, 18 Dec 2020 05:05:24 +0000 (-0500) Subject: Disable apphost in ILVerify (#45036) X-Git-Tag: submit/tizen/20210909.063632~4075 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fed418c134b2b6359dc39ef8d312422f5918be0e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable apphost in ILVerify (#45036) It doesn't appear to be needed and ends up as a prebuilt for source-build. --- diff --git a/src/coreclr/tools/ILVerify/ILVerify.csproj b/src/coreclr/tools/ILVerify/ILVerify.csproj index aeb5b5d..a842882 100644 --- a/src/coreclr/tools/ILVerify/ILVerify.csproj +++ b/src/coreclr/tools/ILVerify/ILVerify.csproj @@ -3,6 +3,7 @@ Exe netcoreapp3.1 true + false Major