Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Apr 8, 2021
1 parent 6e7aaa6 commit a2f4513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"WixToolset.Sdk": "4.0.0-build-0203"
"WixToolset.Sdk": "4.0.0-build-0206"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<Package Name="MsiPackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" InstallerVersion="200">
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />

<Directory Id="INSTALLFOLDER" Name="ProgramFilesFolder:\MsiPackage" />

<StandardDirectory Id="ProgramFilesFolder">
<Directory Id="INSTALLFOLDER" Name="MsiPackage" />
</StandardDirectory>

<Feature Id="ProductFeature" Title="!(loc.FeatureTitle)">
<Component Directory="INSTALLFOLDER">
<File Name="example.txt" Source="Package.wxs" />
Expand Down

0 comments on commit a2f4513

Please sign in to comment.