aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
commit6135ca6f532668ae953a738a3925f4da32b3ae25 (patch)
tree1ad1f24462b31ecc9d870b41101d5ce98400fb88 /src/wixcop
parentdb8641b5ab125679b028848d1747d7a4cef6fc37 (diff)
downloadwix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.gz
wix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.bz2
wix-6135ca6f532668ae953a738a3925f4da32b3ae25.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/wixcop')
-rw-r--r--src/wixcop/WixCop.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
index 9bcae177..be10524d 100644
--- a/src/wixcop/WixCop.csproj
+++ b/src/wixcop/WixCop.csproj
@@ -21,8 +21,7 @@
21 </ItemGroup> 21 </ItemGroup>
22 22
23 <ItemGroup> 23 <ItemGroup>
24 <ProjectReference Include="$(WixToolsetRootFolder)\Core\src\WixToolset.Core\WixToolset.Core.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Core\README.md') " /> 24 <PackageReference Include="WixToolset.Core" Version="4.0.*" />
25 <PackageReference Include="WixToolset.Core" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Core\README.md') " />
26 </ItemGroup> 25 </ItemGroup>
27 26
28 <ItemGroup> 27 <ItemGroup>