diff options
author | Rob Mensching <rob@firegiant.com> | 2023-12-18 19:44:47 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-12-19 11:46:11 -0800 |
commit | f02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch) | |
tree | 78e9cbccc6f11a7a354d73cb6d5df95718799828 /src/ext/Bal/wixlib | |
parent | 7b63b092cbc393739d64c371dd89f91891d15102 (diff) | |
download | wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.gz wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.bz2 wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.zip |
Make the minimum supported .NET Framework v4.6.2
Diffstat (limited to 'src/ext/Bal/wixlib')
-rw-r--r-- | src/ext/Bal/wixlib/bal.wixproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/wixlib/bal.wixproj b/src/ext/Bal/wixlib/bal.wixproj index e703a0a8..9e1b111a 100644 --- a/src/ext/Bal/wixlib/bal.wixproj +++ b/src/ext/Bal/wixlib/bal.wixproj | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindPath Include="..\wixstdba\Resources\" /> | 10 | <BindPath Include="..\wixstdba\Resources\" /> |
11 | <BindPath Include="$(OutputPath)net20" /> | 11 | <BindPath Include="$(OutputPath)net462" /> |
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |