diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 22:26:10 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 22:26:10 -0600 |
commit | 61c33d4eafbc9c4a8f12003d46b5027e27beb175 (patch) | |
tree | 0b390af371c66ca02d25006e5cfede5778705a59 /src/Utilities | |
parent | f080e4944749268529e3686c9e26704e4b942929 (diff) | |
download | wix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.tar.gz wix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.tar.bz2 wix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.zip |
Don't allow warnings.
Diffstat (limited to 'src/Utilities')
-rw-r--r-- | src/Utilities/TestBA/TestBA.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utilities/TestBA/TestBA.csproj b/src/Utilities/TestBA/TestBA.csproj index e03a4b06..f23235b9 100644 --- a/src/Utilities/TestBA/TestBA.csproj +++ b/src/Utilities/TestBA/TestBA.csproj | |||
@@ -15,7 +15,7 @@ | |||
15 | </ItemGroup> | 15 | </ItemGroup> |
16 | 16 | ||
17 | <ItemGroup> | 17 | <ItemGroup> |
18 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.44" /> | 18 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.45" /> |
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |