Skip to content

Commit b3ce213

Browse files
Update Directory.Build.props
Increase Maui dependencies to `v9.0.90`
1 parent 652eb1b commit b3ce213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<NuGetAuditMode>all</NuGetAuditMode>
1717

1818
<!-- MAUI Specific -->
19-
<MauiPackageVersion>9.0.82</MauiPackageVersion>
19+
<MauiPackageVersion>9.0.90</MauiPackageVersion>
2020
<NextMauiPackageVersion>10.0.0</NextMauiPackageVersion>
2121
<MauiStrictXamlCompilation>true</MauiStrictXamlCompilation>
2222
<SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences>
@@ -240,4 +240,4 @@
240240
<PropertyGroup Condition="('$(TF_BUILD)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true') and $([MSBuild]::IsOSPlatform('windows')) == 'true'">
241241
<IncludeTizenTargetFrameworks>true</IncludeTizenTargetFrameworks>
242242
</PropertyGroup>
243-
</Project>
243+
</Project>

0 commit comments

Comments
 (0)