aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/test/WixToolsetTest.PowerShell
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-06-03 22:20:43 -0400
committerBob Arnson <github@bobs.org>2026-06-09 15:38:28 -0400
commit318f5300cf4244d6eb440b00278c062f1da56e91 (patch)
treea2c16f519e8acfae561920b8e3e20aa2215e3f91 /src/ext/PowerShell/test/WixToolsetTest.PowerShell
parenta5ec0724f3681bd3076a0b914e6a5f5e09ce1d40 (diff)
downloadwix-318f5300cf4244d6eb440b00278c062f1da56e91.tar.gz
wix-318f5300cf4244d6eb440b00278c062f1da56e91.tar.bz2
wix-318f5300cf4244d6eb440b00278c062f1da56e91.zip
Target VS2026 and .NET 10 for WiX v8.
VS2022/v143 toolsets are no longer required.
Diffstat (limited to 'src/ext/PowerShell/test/WixToolsetTest.PowerShell')
-rw-r--r--src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj
index 9f46f94e..4618d808 100644
--- a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj
+++ b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/WixToolsetTest.Powershell.csproj
@@ -3,7 +3,7 @@
3 3
4<Project Sdk="MSTest.Sdk"> 4<Project Sdk="MSTest.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>net8.0</TargetFramework> 6 <TargetFramework>net10.0</TargetFramework>
7 <IsWixMSTestProject>true</IsWixMSTestProject> 7 <IsWixMSTestProject>true</IsWixMSTestProject>
8 </PropertyGroup> 8 </PropertyGroup>
9 9