diff options
Diffstat (limited to 'src/wixcop/WixCop.csproj')
-rw-r--r-- | src/wixcop/WixCop.csproj | 3 |
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> |