We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de3cae commit 706fa03Copy full SHA for 706fa03
1 file changed
docs/concepts/Maui.md
@@ -5,7 +5,7 @@
5
Add WinUIEx to the Windows build target by adding a package reference in the `.csproj` file:
6
```xml
7
<ItemGroup>
8
- <PackageReference Include="WinUIEx" Version="1.6.0" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" />
+ <PackageReference Include="WinUIEx" Version="1.7.0" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" />
9
</ItemGroup>
10
```
11
0 commit comments