diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 18:39:50 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-22 20:13:49 +1000 |
commit | 70b5d207d799308a6c3742f5d0348ab4fca75a3d (patch) | |
tree | df6f67789de07c7cd6a84aec677c828291e87828 /src/dnchost/precomp.h | |
parent | 71802ec02bae5f882ca3cd894abc202d63da9440 (diff) | |
download | wix-70b5d207d799308a6c3742f5d0348ab4fca75a3d.tar.gz wix-70b5d207d799308a6c3742f5d0348ab4fca75a3d.tar.bz2 wix-70b5d207d799308a6c3742f5d0348ab4fca75a3d.zip |
Upgrade DotNetAppHost package to .NET 5 to use its static nethost lib and headers.
Diffstat (limited to 'src/dnchost/precomp.h')
-rw-r--r-- | src/dnchost/precomp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dnchost/precomp.h b/src/dnchost/precomp.h index 6a12ef67..d19a0780 100644 --- a/src/dnchost/precomp.h +++ b/src/dnchost/precomp.h | |||
@@ -21,9 +21,10 @@ | |||
21 | #include <balutil.h> | 21 | #include <balutil.h> |
22 | 22 | ||
23 | #include <WixToolset.Dnc.Host.h> | 23 | #include <WixToolset.Dnc.Host.h> |
24 | #define NETHOST_USE_AS_STATIC | ||
24 | #include <nethost.h> | 25 | #include <nethost.h> |
26 | #include <hostfxr.h> | ||
25 | 27 | ||
26 | #include "coreclrhost.h" | 28 | #include "coreclrhost.h" |
27 | #include "hostfxr.h" | ||
28 | #include "dncutil.h" | 29 | #include "dncutil.h" |
29 | #include "dnchost.h" | 30 | #include "dnchost.h" |