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