diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-06-03 22:20:43 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-06-09 15:38:28 -0400 |
| commit | 318f5300cf4244d6eb440b00278c062f1da56e91 (patch) | |
| tree | a2c16f519e8acfae561920b8e3e20aa2215e3f91 /src/ext/Bal | |
| parent | a5ec0724f3681bd3076a0b914e6a5f5e09ce1d40 (diff) | |
| download | wix-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/Bal')
6 files changed, 8 insertions, 8 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/WixToolsetTest.BootstrapperApplications.csproj b/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/WixToolsetTest.BootstrapperApplications.csproj index b2672472..e40ddb88 100644 --- a/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/WixToolsetTest.BootstrapperApplications.csproj +++ b/src/ext/Bal/test/WixToolsetTest.BootstrapperApplications/WixToolsetTest.BootstrapperApplications.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 | ||
diff --git a/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj b/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj index 73428ece..1b696b22 100644 --- a/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj +++ b/src/ext/Bal/test/examples/EarliestCoreMBA/Example.EarliestCoreMBA.csproj | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <TargetFramework>net8.0</TargetFramework> | 4 | <TargetFramework>net10.0</TargetFramework> |
| 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> | 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> |
| 6 | <OutputType>WinExe</OutputType> | 6 | <OutputType>WinExe</OutputType> |
| 7 | <DebugType>embedded</DebugType> | 7 | <DebugType>embedded</DebugType> |
diff --git a/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj b/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj index a6302ad5..c315c2f6 100644 --- a/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj +++ b/src/ext/Bal/test/examples/LatestCoreMBA/Example.LatestCoreMBA.csproj | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <TargetFramework>net8.0</TargetFramework> | 4 | <TargetFramework>net10.0</TargetFramework> |
| 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> | 5 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> |
| 6 | <OutputType>WinExe</OutputType> | 6 | <OutputType>WinExe</OutputType> |
| 7 | <DebugType>embedded</DebugType> | 7 | <DebugType>embedded</DebugType> |
diff --git a/src/ext/Bal/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj b/src/ext/Bal/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj index d5a721ec..50d30d60 100644 --- a/src/ext/Bal/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj +++ b/src/ext/Bal/test/examples/WPFCoreMBA/Example.WPFCoreMBA.csproj | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <OutputType>WinExe</OutputType> | 4 | <OutputType>WinExe</OutputType> |
| 5 | <TargetFramework>net8.0-windows</TargetFramework> | 5 | <TargetFramework>net10.0-windows</TargetFramework> |
| 6 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> | 6 | <RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> |
| 7 | <Description>WPF .NET Core MBA</Description> | 7 | <Description>WPF .NET Core MBA</Description> |
| 8 | <UseWPF>true</UseWPF> | 8 | <UseWPF>true</UseWPF> |
diff --git a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.csproj index 4585efbf..4a961c33 100644 --- a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.csproj | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <Import Project="..\..\WixExt.props" /> | 5 | <Import Project="..\..\WixExt.props" /> |
| 6 | 6 | ||
| 7 | <PropertyGroup> | 7 | <PropertyGroup> |
| 8 | <TargetFramework>net8.0</TargetFramework> | 8 | <TargetFramework>net10.0</TargetFramework> |
| 9 | <IncludeBuildOutput>false</IncludeBuildOutput> | 9 | <IncludeBuildOutput>false</IncludeBuildOutput> |
| 10 | <Title>WiX Toolset BootstrapperApplications extension</Title> | 10 | <Title>WiX Toolset BootstrapperApplications extension</Title> |
| 11 | <Description>WiX Toolset BootstrapperApplications extension</Description> | 11 | <Description>WiX Toolset BootstrapperApplications extension</Description> |
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec index b125ff7c..129130d2 100644 --- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec +++ b/src/ext/Bal/wixstdfn/wixstdfn.nuspec | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 29 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 30 | <file src="$licenseAcceptanceTargets$" target="build\$id$.targets" /> | 30 | <file src="$licenseAcceptanceTargets$" target="build\$id$.targets" /> |
| 31 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> | 31 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> |
| 32 | <file src="..\..\v143\x86\wixstdfn.lib" target="lib\native\v14\x86" /> | 32 | <file src="..\..\v145\x86\wixstdfn.lib" target="lib\native\v14\x86" /> |
| 33 | <file src="..\..\v143\x64\wixstdfn.lib" target="lib\native\v14\x64" /> | 33 | <file src="..\..\v145\x64\wixstdfn.lib" target="lib\native\v14\x64" /> |
| 34 | <file src="..\..\v143\ARM64\wixstdfn.lib" target="lib\native\v14\ARM64" /> | 34 | <file src="..\..\v145\ARM64\wixstdfn.lib" target="lib\native\v14\ARM64" /> |
| 35 | </files> | 35 | </files> |
| 36 | </package> | 36 | </package> |
