aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-11 22:56:54 -0500
committerBob Arnson <github@bobs.org>2021-12-12 15:13:53 -0500
commitebe9e91768d9514e8dbd617aaa05366365a05cf7 (patch)
treed9f0075df47e1caa89437d194655c24992b04314 /src/api/burn
parentdc3c94f9c313d8509e304d6085af527a576cf623 (diff)
downloadwix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.gz
wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.tar.bz2
wix-ebe9e91768d9514e8dbd617aaa05366365a05cf7.zip
Switch to `net472` as Framework baseline.
Diffstat (limited to 'src/api/burn')
-rw-r--r--src/api/burn/burn.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/burn/burn.proj b/src/api/burn/burn.proj
index 535f70e7..0aa838bf 100644
--- a/src/api/burn/burn.proj
+++ b/src/api/burn/burn.proj
@@ -27,6 +27,7 @@
27 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64" /> 27 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=ARM64" />
28 28
29 <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" /> 29 <ProjectReference Include="WixToolset.Mba.Core\WixToolset.Mba.Core.csproj" Properties="Platform=AnyCPU" />
30 <ProjectReference Include="test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj" Properties="Platform=AnyCPU" />
30 31
31 <!-- Test --> 32 <!-- Test -->
32 <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Test" /> 33 <ProjectReference Include="test\BalUtilUnitTest\BalUtilUnitTest.vcxproj" Targets="Test" />