aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-23 09:02:53 -0800
committerRob Mensching <rob@firegiant.com>2018-12-23 09:02:53 -0800
commit8f70bee13a22cc8b8b1a76825c5051100c9bdd2f (patch)
tree87a11d129c96608e8e888a110af5b6d83a00ff1c /src/wixext
parent95a5a8f9efef02ddcec5b3f69be99a00d71a802a (diff)
downloadwix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.tar.gz
wix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.tar.bz2
wix-8f70bee13a22cc8b8b1a76825c5051100c9bdd2f.zip
Update to latest Home\repo-template
Diffstat (limited to 'src/wixext')
-rw-r--r--src/wixext/WixToolset.Iis.wixext.csproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wixext/WixToolset.Iis.wixext.csproj b/src/wixext/WixToolset.Iis.wixext.csproj
index 28da704a..103d3c18 100644
--- a/src/wixext/WixToolset.Iis.wixext.csproj
+++ b/src/wixext/WixToolset.Iis.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>