Skip to content

Commit

Permalink
Increment WiX Installer Dependency Version (#481) (#482)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Banks <[email protected]>
  • Loading branch information
nigriMSFT and nibanks authored Mar 28, 2024
1 parent 57c8ea1 commit 51bba84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xdp.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<XdpPatchVersion>2</XdpPatchVersion>
<!-- Project-wide properties -->
<EbpfPackagePath>$(SolutionDir)packages\eBPF-for-Windows.0.9.0\</EbpfPackagePath>
<WiXPackagePath>$(SolutionDir)packages\wix.3.14.0\</WiXPackagePath>
<WiXPackagePath>$(SolutionDir)packages\wix.3.14.1\</WiXPackagePath>
<FnPackagePath>$(SolutionDir)artifacts\fn\devkit-0.4.1\</FnPackagePath>
</PropertyGroup>
<!-- The set of (eventually?) supported configurations -->
Expand Down
2 changes: 1 addition & 1 deletion src/xdpinstaller/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WiX" version="3.14.0" />
<package id="WiX" version="3.14.1" />
</packages>

0 comments on commit 51bba84

Please sign in to comment.