diff options
Diffstat (limited to 'src/test/WixToolsetTest.WixCop')
| -rw-r--r-- | src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj b/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj index 45f8c57d..c58b6091 100644 --- a/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj +++ b/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj | |||
| @@ -3,11 +3,15 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>net461</TargetFramework> | 6 | <TargetFramework>netcoreapp2.1</TargetFramework> |
| 7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
| 8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
| 9 | </PropertyGroup> | 9 | </PropertyGroup> |
| 10 | 10 | ||
| 11 | <PropertyGroup> | ||
| 12 | <NoWarn>NU1603</NoWarn> | ||
| 13 | </PropertyGroup> | ||
| 14 | |||
| 11 | <ItemGroup> | 15 | <ItemGroup> |
| 12 | <None Remove="TestData\SingleFile\ConvertedSingleFile.wxs" /> | 16 | <None Remove="TestData\SingleFile\ConvertedSingleFile.wxs" /> |
| 13 | <None Remove="TestData\SingleFile\SingleFile.wxs" /> | 17 | <None Remove="TestData\SingleFile\SingleFile.wxs" /> |
