diff options
author | Rob Mensching <rob@firegiant.com> | 2022-09-03 10:44:33 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-09-23 09:50:52 -0700 |
commit | 7a86b33a38f29b315e8f08759eba42e8fe296fd7 (patch) | |
tree | 58a6ac547b25127daa4a4053ef250afb0b2e9d83 /src/test/burn | |
parent | 002dc6077477c6a7762f1fca225c2577913a2c82 (diff) | |
download | wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.gz wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.bz2 wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.zip |
Centralize test project configuration with IsWixTestProject
Diffstat (limited to 'src/test/burn')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj index 88b8dcb0..1bedb34b 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj +++ b/src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj | |||
@@ -6,6 +6,7 @@ | |||
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <PlatformTarget>x64</PlatformTarget> | 7 | <PlatformTarget>x64</PlatformTarget> |
8 | <RollForward>Major</RollForward> | 8 | <RollForward>Major</RollForward> |
9 | <IsWixTestProject>true</IsWixTestProject> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | 11 | ||
11 | <ItemGroup> | 12 | <ItemGroup> |
@@ -24,10 +25,4 @@ | |||
24 | <PackageReference Include="WixToolset.Data" /> | 25 | <PackageReference Include="WixToolset.Data" /> |
25 | <PackageReference Include="WixToolset.Mba.Core" /> | 26 | <PackageReference Include="WixToolset.Mba.Core" /> |
26 | </ItemGroup> | 27 | </ItemGroup> |
27 | |||
28 | <ItemGroup> | ||
29 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
30 | <PackageReference Include="xunit" /> | ||
31 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
32 | </ItemGroup> | ||
33 | </Project> | 28 | </Project> |