Skip to content

Commit

Permalink
Update Windows Installer Dependencies (#98)
Browse files Browse the repository at this point in the history
* Update GitVersion

* Update WixToolset

* Upgrade Wix SDK
  • Loading branch information
elzik authored Oct 26, 2024
1 parent e083585 commit 2df9fc3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="WixToolset.Sdk/4.0.4">
<Project Sdk="WixToolset.Sdk/5.0.2">
<PropertyGroup>
<UpdateAssemblyInfo>false</UpdateAssemblyInfo>
<GenerateGitVersionInformation>false</GenerateGitVersionInformation>
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.2">
<PackageReference Include="GitVersion.MsBuild" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.4" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Elzik.FmSync.Console\Elzik.FmSync.Console.csproj" />
Expand Down

0 comments on commit 2df9fc3

Please sign in to comment.