File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ From c9a10118eb61bf8f3a24375af2d9c54dcd90446a Mon Sep 17 00:00:00 2001
2
+ From: Omair Majid <
[email protected] >
3
+ Date: Fri, 20 Nov 2020 17:41:59 -0500
4
+ Subject: [PATCH] WIP: disable apphost in ILVerify
5
+
6
+ It doesn't appear to be needed and ends up as a prebuilt for
7
+ source-build.
8
+ ---
9
+ src/coreclr/src/tools/ILVerify/ILVerify.csproj | 1 +
10
+ 1 file changed, 1 insertion(+)
11
+
12
+ diff --git a/src/coreclr/src/tools/ILVerify/ILVerify.csproj b/src/coreclr/src/tools/ILVerify/ILVerify.csproj
13
+ index aeb5b5d8605..a84288247c3 100644
14
+ --- a/src/coreclr/src/tools/ILVerify/ILVerify.csproj
15
+ +++ b/src/coreclr/src/tools/ILVerify/ILVerify.csproj
16
+ @@ -3,6 +3,7 @@
17
+ <OutputType>Exe</OutputType>
18
+ <TargetFramework>netcoreapp3.1</TargetFramework>
19
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
20
+ + <UseAppHost>false</UseAppHost>
21
+ <RollForward>Major</RollForward>
22
+ </PropertyGroup>
23
+
24
+ - -
25
+ 2.26.2
26
+
You can’t perform that action at this time.
0 commit comments