We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bad17a commit 8039dbdCopy full SHA for 8039dbd
src/JetBrainsMono.wixproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="WixToolset.Sdk/4.0.3">
+<Project Sdk="WixToolset.Sdk/5.0.0">
2
<PropertyGroup>
3
<DefineConstants>FontsDirectory=Fonts</DefineConstants>
4
</PropertyGroup>
@@ -17,7 +17,7 @@
17
<BindPath Include="Fonts" />
18
</ItemGroup>
19
<ItemGroup>
20
- <PackageReference Include="WixToolset.Heat" Version="4.0.3" />
21
- <PackageReference Include="WixToolset.UI.wixext" Version="4.0.3" />
+ <PackageReference Include="WixToolset.Heat" Version="5.0.0" />
+ <PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
22
23
</Project>
0 commit comments