diff options
Diffstat (limited to 'src/ext/Bal/README.md')
-rw-r--r-- | src/ext/Bal/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Bal/README.md b/src/ext/Bal/README.md index 5e969c4f..009615dd 100644 --- a/src/ext/Bal/README.md +++ b/src/ext/Bal/README.md | |||
@@ -20,9 +20,9 @@ To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixto | |||
20 | Add the WiX Extension as a PackageReference to your .wixproj: | 20 | Add the WiX Extension as a PackageReference to your .wixproj: |
21 | 21 | ||
22 | ``` | 22 | ``` |
23 | <Project Sdk="WixToolset.Sdk/6.0.0"> | 23 | <Project Sdk="WixToolset.Sdk/7.0.0"> |
24 | <ItemGroup> | 24 | <ItemGroup> |
25 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="6.0.0" /> | 25 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="7.0.0" /> |
26 | </ItemGroup> | 26 | </ItemGroup> |
27 | </Project> | 27 | </Project> |
28 | ``` | 28 | ``` |