diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:53:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:02 -0700 |
commit | b6c44ffcf2ef7a706598fe218523ec377e96cc47 (patch) | |
tree | 712bd2b337a197644c1ac88bef96ccf8d3b779d6 /src/test/BurnUnitTest/packages.config | |
parent | 752f0e0576dc27e937c553ed9dce5576bd388e95 (diff) | |
download | wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.gz wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.bz2 wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.zip |
Migrate Burn API headers to balutil repository
Diffstat (limited to '')
-rw-r--r-- | src/test/BurnUnitTest/packages.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/BurnUnitTest/packages.config b/src/test/BurnUnitTest/packages.config index 1eb30932..1d36c387 100644 --- a/src/test/BurnUnitTest/packages.config +++ b/src/test/BurnUnitTest/packages.config | |||
@@ -1,9 +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.50" /> | 4 | <package id="WixBuildTools.TestSupport" version="4.0.47" /> |
5 | <package id="WixBuildTools.TestSupport.Native" version="4.0.50" /> | 5 | <package id="WixBuildTools.TestSupport.Native" version="4.0.47" /> |
6 | <package id="WixToolset.DUtil" version="4.0.72" targetFramework="native" /> | 6 | <package id="WixToolset.DUtil" version="4.0.70" targetFramework="native" /> |
7 | <package id="WixToolset.BootstrapperCore.Native" version="4.0.57" targetFramework="native" /> | ||
7 | <package id="xunit.abstractions" version="2.0.3" /> | 8 | <package id="xunit.abstractions" version="2.0.3" /> |
8 | <package id="xunit.assert" version="2.4.1" /> | 9 | <package id="xunit.assert" version="2.4.1" /> |
9 | <package id="xunit.core" version="2.4.1" /> | 10 | <package id="xunit.core" version="2.4.1" /> |