aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
index ccf98042..348d97ad 100644
--- a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
+++ b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.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>
@@ -22,10 +23,4 @@
22 <PackageReference Include="WixBuildTools.TestSupport" /> 23 <PackageReference Include="WixBuildTools.TestSupport" />
23 <PackageReference Include="WixToolset.Data" /> 24 <PackageReference Include="WixToolset.Data" />
24 </ItemGroup> 25 </ItemGroup>
25
26 <ItemGroup>
27 <PackageReference Include="Microsoft.NET.Test.Sdk" />
28 <PackageReference Include="xunit" />
29 <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" />
30 </ItemGroup>
31</Project> 26</Project>