diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/WixToolsetTest.BurnE2E.csproj')
-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> |