diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-27 20:36:21 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-27 21:26:31 -0600 |
| commit | d87e14bd1400ca561542b2e6ce1a69366c7812f7 (patch) | |
| tree | f5bb838a45f9349935d69ab56eeba0e35c7c2881 /src/ext/Dependency | |
| parent | af019d2b6d7b67df34355c038290d45366001ea9 (diff) | |
| download | wix-d87e14bd1400ca561542b2e6ce1a69366c7812f7.tar.gz wix-d87e14bd1400ca561542b2e6ce1a69366c7812f7.tar.bz2 wix-d87e14bd1400ca561542b2e6ce1a69366c7812f7.zip | |
Fix NoWarn being overridden and use PackageReference for TestSupport.
Diffstat (limited to 'src/ext/Dependency')
| -rw-r--r-- | src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj index 2e52a062..f1067f3f 100644 --- a/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj +++ b/src/ext/Dependency/test/WixToolsetTest.Dependency/WixToolsetTest.Dependency.csproj | |||
| @@ -9,10 +9,6 @@ | |||
| 9 | <SignOutput>false</SignOutput> | 9 | <SignOutput>false</SignOutput> |
| 10 | </PropertyGroup> | 10 | </PropertyGroup> |
| 11 | 11 | ||
| 12 | <PropertyGroup> | ||
| 13 | <NoWarn>NU1701</NoWarn> | ||
| 14 | </PropertyGroup> | ||
| 15 | |||
| 16 | <ItemGroup> | 12 | <ItemGroup> |
| 17 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> | 13 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
| 18 | </ItemGroup> | 14 | </ItemGroup> |
