aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.TestSupport
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-12-31 06:21:22 -0800
committerRob Mensching <rob@firegiant.com>2025-02-11 10:21:48 -0800
commit3456eaa40c910eb3a6cb9197562517b9f119aa9a (patch)
tree0ad9fbf24c2b4d81eb08e8bd79c7abae23dda4d7 /src/internal/WixInternal.TestSupport
parentb95bf23bb3b69276147a10a43549586aad58713d (diff)
downloadwix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.tar.gz
wix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.tar.bz2
wix-3456eaa40c910eb3a6cb9197562517b9f119aa9a.zip
Minor build improvements and cleanup
Diffstat (limited to 'src/internal/WixInternal.TestSupport')
-rw-r--r--src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
index 1b713a0d..4e1c3c26 100644
--- a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
+++ b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
@@ -4,7 +4,7 @@
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 5
6 <PropertyGroup> 6 <PropertyGroup>
7 <TargetFrameworks>net6.0;net472</TargetFrameworks> 7 <TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
8 <IsPackable>true</IsPackable> 8 <IsPackable>true</IsPackable>
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>
10 <PublishRepositoryUrl>true</PublishRepositoryUrl> 10 <PublishRepositoryUrl>true</PublishRepositoryUrl>