diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index e4c2713c..d406a0da 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
| @@ -7,6 +7,10 @@ | |||
| 7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
| 8 | </PropertyGroup> | 8 | </PropertyGroup> |
| 9 | 9 | ||
| 10 | <PropertyGroup> | ||
| 11 | <NoWarn>NU1701</NoWarn> | ||
| 12 | </PropertyGroup> | ||
| 13 | |||
| 10 | <ItemGroup> | 14 | <ItemGroup> |
| 11 | <Content Include="TestData\SimpleModule\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\SimpleModule\data\test.txt" CopyToOutputDirectory="PreserveNewest" /> |
| 12 | <Content Include="TestData\SimpleModule\Module.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\SimpleModule\Module.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> |
| @@ -43,6 +47,10 @@ | |||
| 43 | </ItemGroup> | 47 | </ItemGroup> |
| 44 | 48 | ||
| 45 | <ItemGroup> | 49 | <ItemGroup> |
| 50 | <PackageReference Include="WixBuildTools.TestSupport" Version="4.0.*" /> | ||
| 51 | </ItemGroup> | ||
| 52 | |||
| 53 | <ItemGroup> | ||
| 46 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> | 54 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" /> |
| 47 | <PackageReference Include="xunit" Version="2.2.0" /> | 55 | <PackageReference Include="xunit" Version="2.2.0" /> |
| 48 | <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | 56 | <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> |
