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/internal/WixBuildTools.TestSupport | |
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/internal/WixBuildTools.TestSupport')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index 3006e784..d614476f 100644 --- a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | |||
@@ -9,7 +9,7 @@ | |||
9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
11 | <CreateDocumentationFile>true</CreateDocumentationFile> | 11 | <CreateDocumentationFile>true</CreateDocumentationFile> |
12 | <NoWarn>CS1591</NoWarn> | 12 | <NoWarn>$(NoWarn);CS1591</NoWarn> |
13 | <SignOutput>false</SignOutput> | 13 | <SignOutput>false</SignOutput> |
14 | </PropertyGroup> | 14 | </PropertyGroup> |
15 | 15 | ||