diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-15 16:21:14 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:06:43 -0700 |
commit | 70d459c39d1716b2d26ffcbd2c4037d646b9ec37 (patch) | |
tree | 2c04b4940d64b99bea85cf00823a66697d344301 /src/wixcop/WixCop.csproj | |
parent | 14fdc9113bdc7270fb33e06990081988eb099ba9 (diff) | |
download | wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.tar.gz wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.tar.bz2 wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.zip |
Extract common converters code to Converters repo and use that instead
Diffstat (limited to '')
-rw-r--r-- | src/wixcop/WixCop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index 7a17caf1..4c0d9a16 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj | |||
@@ -21,7 +21,7 @@ | |||
21 | </ItemGroup> | 21 | </ItemGroup> |
22 | 22 | ||
23 | <ItemGroup> | 23 | <ItemGroup> |
24 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> | 24 | <PackageReference Include="WixToolset.Converters" Version="4.0.*" /> |
25 | </ItemGroup> | 25 | </ItemGroup> |
26 | 26 | ||
27 | <ItemGroup> | 27 | <ItemGroup> |