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/api/burn/test | |
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/api/burn/test')
-rw-r--r-- | src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index 39d4def3..3ac13b46 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
@@ -15,8 +15,7 @@ | |||
15 | </ItemGroup> | 15 | </ItemGroup> |
16 | 16 | ||
17 | <ItemGroup> | 17 | <ItemGroup> |
18 | <!-- <PackageReference Include="WixBuildTools.TestSupport" /> --> | 18 | <PackageReference Include="WixBuildTools.TestSupport" /> |
19 | <ProjectReference Include="..\..\..\..\internal\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj" /> | ||
20 | </ItemGroup> | 19 | </ItemGroup> |
21 | 20 | ||
22 | <ItemGroup> | 21 | <ItemGroup> |