diff options
| author | chris_bednarski <Chris.Bednarski@minfos.com.au> | 2023-07-19 10:11:18 +1000 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-07-19 10:17:56 -0700 |
| commit | d20b6d41283f2f9decc8ef98cae1d36b09198159 (patch) | |
| tree | 7fcd4e0324d8e384d24042d4ccc08e62bf2f6f95 /src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props | |
| parent | cef14c6055f85e470ff9ce7a33b53e80d1160ba6 (diff) | |
| download | wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.tar.gz wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.tar.bz2 wix-d20b6d41283f2f9decc8ef98cae1d36b09198159.zip | |
feat(build): update xunit to version 2.5.0, fix occasional test timeout
Diffstat (limited to 'src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props')
| -rw-r--r-- | src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props index d9d9dab4..11f3baed 100644 --- a/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props +++ b/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), .gitignore))</RepoRootDir> | 6 | <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), .gitignore))</RepoRootDir> |
| 7 | </PropertyGroup> | 7 | </PropertyGroup> |
| 8 | <Import Project="$(RepoRootDir)\packages\xunit.core.2.4.2\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.4.2\build\xunit.core.props')" /> | 8 | <Import Project="$(RepoRootDir)\packages\xunit.core.2.5.0\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.5.0\build\xunit.core.props')" /> |
| 9 | <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props')" /> | 9 | <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.5.0\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.5.0\build\net462\xunit.runner.visualstudio.props')" /> |
| 10 | <PropertyGroup> | 10 | <PropertyGroup> |
| 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
