Skip to content

Commit 706fa03

Browse files
authored
1.7.0
1 parent 4de3cae commit 706fa03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/Maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Add WinUIEx to the Windows build target by adding a package reference in the `.csproj` file:
66
```xml
77
<ItemGroup>
8-
<PackageReference Include="WinUIEx" Version="1.6.0" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" />
8+
<PackageReference Include="WinUIEx" Version="1.7.0" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" />
99
</ItemGroup>
1010
```
1111

0 commit comments

Comments
 (0)