diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-23 09:05:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-23 09:05:20 -0800 |
commit | b357dfffdb89ab43f091a0910ca0bef157f79ffb (patch) | |
tree | 50928f4b77b4aeb4cef204b0b300ab1e201f0d35 /src/wixext | |
parent | 5dcbba93d4c1b9934d86b4e12e91c3118c5fb79e (diff) | |
download | wix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.tar.gz wix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.tar.bz2 wix-b357dfffdb89ab43f091a0910ca0bef157f79ffb.zip |
Update to latest Home\repo-template
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Netfx.wixext.csproj | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wixext/WixToolset.Netfx.wixext.csproj b/src/wixext/WixToolset.Netfx.wixext.csproj index effdb666..5f02a850 100644 --- a/src/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/wixext/WixToolset.Netfx.wixext.csproj | |||
@@ -18,11 +18,8 @@ | |||
18 | </ItemGroup> | 18 | </ItemGroup> |
19 | 19 | ||
20 | <ItemGroup> | 20 | <ItemGroup> |
21 | <ProjectReference Include="$(WixToolsetRootFolder)\Data\src\WixToolset.Data\WixToolset.Data.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Data\README.md') " /> | 21 | <PackageReference Include="WixToolset.Data" Version="4.0.*" PrivateAssets="all" /> |
22 | <PackageReference Include="WixToolset.Data" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Data\README.md') " PrivateAssets="all" /> | 22 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" PrivateAssets="all" /> |
23 | |||
24 | <ProjectReference Include="$(WixToolsetRootFolder)\Extensibility\src\WixToolset.Extensibility\WixToolset.Extensibility.csproj" Condition=" '$(Configuration)' == 'Debug' And Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " /> | ||
25 | <PackageReference Include="WixToolset.Extensibility" Version="4.0.*" Condition=" '$(Configuration)' == 'Release' Or !Exists('$(WixToolsetRootFolder)\Extensibility\README.md') " PrivateAssets="all" /> | ||
26 | </ItemGroup> | 23 | </ItemGroup> |
27 | 24 | ||
28 | <ItemGroup> | 25 | <ItemGroup> |