diff options
author | Bob Arnson <bob@joyofsetup.com> | 2019-10-28 20:39:01 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2019-10-28 20:41:41 -0400 |
commit | d86b61727a51cde11c44a0c54d1d1bc132808d64 (patch) | |
tree | 856d978b5453ba5838492591eacc9ccfe904102a /src/test | |
parent | 014bc7918c05f01f819c07fac6e502e0f542a222 (diff) | |
download | wix-d86b61727a51cde11c44a0c54d1d1bc132808d64.tar.gz wix-d86b61727a51cde11c44a0c54d1d1bc132808d64.tar.bz2 wix-d86b61727a51cde11c44a0c54d1d1bc132808d64.zip |
Update to latest Tools and Util.wixext.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 3f04fea5..4c2e1444 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
@@ -23,6 +23,9 @@ | |||
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | 24 | ||
25 | <ItemGroup> | 25 | <ItemGroup> |
26 | <PackageReference Include="WixToolset.Core" Version="4.0.*" PrivateAssets="all" /> | ||
27 | <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" PrivateAssets="all" /> | ||
28 | <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" PrivateAssets="all" /> | ||
26 | <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" PrivateAssets="all" /> | 29 | <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" PrivateAssets="all" /> |
27 | </ItemGroup> | 30 | </ItemGroup> |
28 | 31 | ||