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/wixlib | |
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/wixlib')
-rw-r--r-- | src/wixlib/Dnc.wxs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wixlib/Dnc.wxs b/src/wixlib/Dnc.wxs index 2a27050f..2663360f 100644 --- a/src/wixlib/Dnc.wxs +++ b/src/wixlib/Dnc.wxs | |||
@@ -40,7 +40,6 @@ | |||
40 | 40 | ||
41 | <Fragment> | 41 | <Fragment> |
42 | <PayloadGroup Id='Dnc'> | 42 | <PayloadGroup Id='Dnc'> |
43 | <Payload Compressed='yes' SourceFile='nethost.dll' /> | ||
44 | <Payload Compressed='yes' SourceFile='WixToolset.Dnc.Host.dll' /> | 43 | <Payload Compressed='yes' SourceFile='WixToolset.Dnc.Host.dll' /> |
45 | <Payload Compressed='yes' SourceFile='wixstdba.dll' Name='dncpreq.dll' /> | 44 | <Payload Compressed='yes' SourceFile='wixstdba.dll' Name='dncpreq.dll' /> |
46 | </PayloadGroup> | 45 | </PayloadGroup> |