diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-27 22:26:16 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 14:40:09 -0500 |
commit | 8deeffb615244c62a0c94ea99d01ece88b1caf09 (patch) | |
tree | f28b80cc68fbcbd1a987d101bfdd305cec2a7fea /src/test/BextUtilUnitTest/packages.config | |
parent | 11fe2c881d182f9caff28bd9ff08c2e4fe513989 (diff) | |
download | wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.tar.gz wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.tar.bz2 wix-8deeffb615244c62a0c94ea99d01ece88b1caf09.zip |
Integrate size_t and OnPlanPackageBegin changes in Burn headers.
Diffstat (limited to '')
-rw-r--r-- | src/test/BextUtilUnitTest/packages.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/BextUtilUnitTest/packages.config b/src/test/BextUtilUnitTest/packages.config index 49b76211..6d381fbe 100644 --- a/src/test/BextUtilUnitTest/packages.config +++ b/src/test/BextUtilUnitTest/packages.config | |||
@@ -1,10 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | <packages> | 3 | <packages> |
4 | <package id="WixBuildTools.TestSupport" version="4.0.47" /> | 4 | <package id="WixBuildTools.TestSupport" version="4.0.50" /> |
5 | <package id="WixBuildTools.TestSupport.Native" version="4.0.47" /> | 5 | <package id="WixBuildTools.TestSupport.Native" version="4.0.50" /> |
6 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.132" targetFramework="native" /> | 6 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.141" targetFramework="native" /> |
7 | <package id="WixToolset.DUtil" version="4.0.70" targetFramework="native" /> | 7 | <package id="WixToolset.DUtil" version="4.0.72" targetFramework="native" /> |
8 | <package id="xunit.abstractions" version="2.0.3" /> | 8 | <package id="xunit.abstractions" version="2.0.3" /> |
9 | <package id="xunit.assert" version="2.4.1" /> | 9 | <package id="xunit.assert" version="2.4.1" /> |
10 | <package id="xunit.core" version="2.4.1" /> | 10 | <package id="xunit.core" version="2.4.1" /> |