aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-07-07 01:23:03 -0700
committerRob Mensching <rob@firegiant.com>2024-07-12 10:50:32 -0700
commit8678b0a698d58e59ccca2e2649bb3e923295b9b0 (patch)
treee2def7c4ff849e4ddecedf62cde880f39bad732d /src/internal/WixInternal.TestSupport.Native/build/WixInternal.TestSupport.Native.props
parent2b0dff9c5225e3cfddbc1b5a4e78e99f0b0221e4 (diff)
downloadwix-8678b0a698d58e59ccca2e2649bb3e923295b9b0.tar.gz
wix-8678b0a698d58e59ccca2e2649bb3e923295b9b0.tar.bz2
wix-8678b0a698d58e59ccca2e2649bb3e923295b9b0.zip
Update dependencies
Fixes 8569
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.props4
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 966acc0a..2362a8de 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.5.1\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.5.1\build\xunit.core.props')" /> 8 <Import Project="$(RepoRootDir)\packages\xunit.core.2.8.1\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.8.1\build\xunit.core.props')" />
9 <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.5.1\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.5.1\build\net462\xunit.runner.visualstudio.props')" /> 9 <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.1\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.8.1\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>