aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj
index ef303868..59068682 100644
--- a/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj
+++ b/src/test/WixToolsetTest.LightIntegration/WixToolsetTest.LightIntegration.csproj
@@ -5,11 +5,8 @@
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>net461</TargetFramework> 6 <TargetFramework>net461</TargetFramework>
7 <IsPackable>false</IsPackable> 7 <IsPackable>false</IsPackable>
8 <DebugType>embedded</DebugType>
8 </PropertyGroup> 9 </PropertyGroup>
9 <ItemGroup>
10 <None Remove="TestData\Wixout\Package.en-us.wxl" />
11 <None Remove="TestData\Wixout\test.wixout" />
12 </ItemGroup>
13 10
14 <ItemGroup> 11 <ItemGroup>
15 <Content Include="TestData\Wixout\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> 12 <Content Include="TestData\Wixout\data\test.txt" CopyToOutputDirectory="PreserveNewest" />
@@ -26,8 +23,8 @@
26 </ItemGroup> 23 </ItemGroup>
27 24
28 <ItemGroup> 25 <ItemGroup>
29 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> 26 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
30 <PackageReference Include="xunit" Version="2.2.0" /> 27 <PackageReference Include="xunit" Version="2.3.1" />
31 <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> 28 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
32 </ItemGroup> 29 </ItemGroup>
33</Project> 30</Project>