aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-12-31 06:21:22 -0800
committerRob Mensching <rob@firegiant.com>2024-12-31 06:25:23 -0800
commit2ece9993ce6810bdb49882922f31eebff71f747b (patch)
tree16feafdd364508503afeb1b64e51e3bef6ae597e /src/internal
parent523c66a62a619e6aa9f30070173ea33edfb5e328 (diff)
downloadwix-robmen/build-cleanup.tar.gz
wix-robmen/build-cleanup.tar.bz2
wix-robmen/build-cleanup.zip
Minor build improvements and cleanuprobmen/build-cleanup
Diffstat (limited to 'src/internal')
-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>