summaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.TestSupport.Native/packages.config
blob: facb64266c117e87ca47cc411cad84428b159ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<packages>
  <!--
    Update build\WixBuildTools.TestSupport.native.props and build\WixBuildTools.TestSupport.native.targets
    when any of these versions are updated.
  -->
  <package id="GitInfo" version="2.1.2" />
  <package id="xunit.abstractions" version="2.0.3" />
  <package id="xunit.assert" version="2.4.1" />
  <package id="xunit.core" version="2.4.1" />
  <package id="xunit.extensibility.core" version="2.4.1" />
  <package id="xunit.extensibility.execution" version="2.4.1" />
  <package id="xunit.runner.msbuild" version="2.4.1" />
  <package id="xunit.runner.visualstudio" version="2.4.1" />
</packages>