aboutsummaryrefslogtreecommitdiff
path: root/src/wcautil
diff options
context:
space:
mode:
authorSean Hall <rseanhall@gmail.com>2017-09-10 14:48:22 -0500
committerSean Hall <rseanhall@gmail.com>2017-09-10 14:48:22 -0500
commitce2a0057c5f5ca2068a0376dc2248e131933d1ce (patch)
treec9ea39234c5130bce988231421fd03f763253cbb /src/wcautil
parent7df142a4586bcede1442feb38029ff15556ccb46 (diff)
downloadwix-ce2a0057c5f5ca2068a0376dc2248e131933d1ce.tar.gz
wix-ce2a0057c5f5ca2068a0376dc2248e131933d1ce.tar.bz2
wix-ce2a0057c5f5ca2068a0376dc2248e131933d1ce.zip
Add WixToolset.DUtil dependency to wcautil.nuspec.
Diffstat (limited to 'src/wcautil')
-rw-r--r--src/wcautil/wcautil.nuspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wcautil/wcautil.nuspec b/src/wcautil/wcautil.nuspec
index 3d1d2722..f0187710 100644
--- a/src/wcautil/wcautil.nuspec
+++ b/src/wcautil/wcautil.nuspec
@@ -10,6 +10,9 @@
10 <requireLicenseAcceptance>false</requireLicenseAcceptance> 10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 <description>$description$</description> 11 <description>$description$</description>
12 <copyright>$copyright$</copyright> 12 <copyright>$copyright$</copyright>
13 <dependencies>
14 <dependency id="WixToolset.DUtil" version="[4,5)" />
15 </dependencies>
13 </metadata> 16 </metadata>
14 17
15 <files> 18 <files>