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/Util | |
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/Util')
-rw-r--r-- | src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj index bb1fc1f7..fdb21557 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj +++ b/src/ext/Util/test/WixToolsetTest.Util/WixToolsetTest.Util.csproj | |||
@@ -8,10 +8,6 @@ | |||
8 | <SignOutput>false</SignOutput> | 8 | <SignOutput>false</SignOutput> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||
11 | <PropertyGroup> | ||
12 | <NoWarn>NU1701</NoWarn> | ||
13 | </PropertyGroup> | ||
14 | |||
15 | <ItemGroup> | 11 | <ItemGroup> |
16 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> | 12 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
17 | </ItemGroup> | 13 | </ItemGroup> |