Skip to content

Commit 8039dbd

Browse files
authored
feat: upgrade to wix v5 (#32)
1 parent 7bad17a commit 8039dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JetBrainsMono.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="WixToolset.Sdk/4.0.3">
1+
<Project Sdk="WixToolset.Sdk/5.0.0">
22
<PropertyGroup>
33
<DefineConstants>FontsDirectory=Fonts</DefineConstants>
44
</PropertyGroup>
@@ -17,7 +17,7 @@
1717
<BindPath Include="Fonts" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="WixToolset.Heat" Version="4.0.3" />
21-
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
20+
<PackageReference Include="WixToolset.Heat" Version="5.0.0" />
21+
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)