aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-02-12 22:41:11 -0500
committerBob Arnson <github@bobs.org>2025-02-13 09:02:43 -0500
commit1be4e0930eb296f44b8cecd10fc9632a867149ce (patch)
treebc4059eb0cb55ea16aa6cafe7ffee5fb56b9c662
parentf18144534d698e4a0d4349a310b883ee9272e4ed (diff)
downloadwix-1be4e0930eb296f44b8cecd10fc9632a867149ce.tar.gz
wix-1be4e0930eb296f44b8cecd10fc9632a867149ce.tar.bz2
wix-1be4e0930eb296f44b8cecd10fc9632a867149ce.zip
Target in-service .NET Framework versions.
-rw-r--r--src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
index 60785894..c1398c24 100644
--- a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
+++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
@@ -24,7 +24,7 @@
24 <UpgradeBackupLocation> 24 <UpgradeBackupLocation>
25 </UpgradeBackupLocation> 25 </UpgradeBackupLocation>
26 <OldToolsVersion>0.0</OldToolsVersion> 26 <OldToolsVersion>0.0</OldToolsVersion>
27 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 27 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
28 <TargetFrameworkProfile /> 28 <TargetFrameworkProfile />
29 </PropertyGroup> 29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">