diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-05-20 09:30:32 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-05-20 10:17:21 -0700 |
| commit | 7331d04fc505a091d99bfa48695cabab0d2db80c (patch) | |
| tree | b967b627a025d97827c37a4d81441b07cdd30c9c /src/ext/PowerShell | |
| parent | b8977d6f88e7b68e000bac226a2814f236770570 (diff) | |
| download | wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.gz wix-7331d04fc505a091d99bfa48695cabab0d2db80c.tar.bz2 wix-7331d04fc505a091d99bfa48695cabab0d2db80c.zip | |
Start WiX Toolset v8
Diffstat (limited to 'src/ext/PowerShell')
| -rw-r--r-- | src/ext/PowerShell/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/PowerShell/README.md b/src/ext/PowerShell/README.md index 9cea557f..5993a91e 100644 --- a/src/ext/PowerShell/README.md +++ b/src/ext/PowerShell/README.md | |||
| @@ -17,9 +17,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
| 17 | Add the WiX Extension as a PackageReference to your .wixproj: | 17 | Add the WiX Extension as a PackageReference to your .wixproj: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | <Project Sdk="WixToolset.Sdk/7.0.0"> | 20 | <Project Sdk="WixToolset.Sdk/8.0.0"> |
| 21 | <ItemGroup> | 21 | <ItemGroup> |
| 22 | <PackageReference Include="WixToolset.PowerShell.wixext" Version="7.0.0" /> | 22 | <PackageReference Include="WixToolset.PowerShell.wixext" Version="8.0.0" /> |
| 23 | </ItemGroup> | 23 | </ItemGroup> |
| 24 | </Project> | 24 | </Project> |
| 25 | ``` | 25 | ``` |
