aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixBuildTools.MsgGen
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-01-27 20:36:21 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-01-27 21:26:31 -0600
commitd87e14bd1400ca561542b2e6ce1a69366c7812f7 (patch)
treef5bb838a45f9349935d69ab56eeba0e35c7c2881 /src/internal/WixBuildTools.MsgGen
parentaf019d2b6d7b67df34355c038290d45366001ea9 (diff)
downloadwix-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.MsgGen')
-rw-r--r--src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
index 0be55c43..861f1679 100644
--- a/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
+++ b/src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
@@ -7,7 +7,7 @@
7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
8 <DebugType>embedded</DebugType> 8 <DebugType>embedded</DebugType>
9 <PublishRepositoryUrl>true</PublishRepositoryUrl> 9 <PublishRepositoryUrl>true</PublishRepositoryUrl>
10 <NoWarn>CS0618</NoWarn> 10 <NoWarn>$(NoWarn);CS0618</NoWarn>
11 <SignOutput>false</SignOutput> 11 <SignOutput>false</SignOutput>
12 </PropertyGroup> 12 </PropertyGroup>
13 13