We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652eb1b commit b3ce213Copy full SHA for b3ce213
Directory.Build.props
@@ -16,7 +16,7 @@
16
<NuGetAuditMode>all</NuGetAuditMode>
17
18
<!-- MAUI Specific -->
19
- <MauiPackageVersion>9.0.82</MauiPackageVersion>
+ <MauiPackageVersion>9.0.90</MauiPackageVersion>
20
<NextMauiPackageVersion>10.0.0</NextMauiPackageVersion>
21
<MauiStrictXamlCompilation>true</MauiStrictXamlCompilation>
22
<SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences>
@@ -240,4 +240,4 @@
240
<PropertyGroup Condition="('$(TF_BUILD)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true') and $([MSBuild]::IsOSPlatform('windows')) == 'true'">
241
<IncludeTizenTargetFrameworks>true</IncludeTizenTargetFrameworks>
242
</PropertyGroup>
243
-</Project>
+</Project>
0 commit comments