Skip to content

Commit ef8d7be

Browse files
committed
feat: Update MauiVersion to 9.0.90 and package references
1 parent b5c19ca commit ef8d7be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample/Maui.AppStores.SampleApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<SingleProject>true</SingleProject>
2020
<ImplicitUsings>enable</ImplicitUsings>
2121
<Nullable>enable</Nullable>
22-
<MauiVersion>9.0.70</MauiVersion>
22+
<MauiVersion>9.0.90</MauiVersion>
2323

2424
<!-- Display name -->
2525
<ApplicationTitle>Maui.AppStores.SampleApp</ApplicationTitle>
@@ -66,8 +66,8 @@
6666

6767
<ItemGroup>
6868
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
69-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
70-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
69+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
70+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.7" />
7171
</ItemGroup>
7272

7373
<ItemGroup>

src/libs/Maui.AppStoreInfo/Maui.AppStoreInfo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<UseMaui>true</UseMaui>
1212
<NoWarn>$(NoWarn);CA1031;CA2000</NoWarn>
1313
<RootNamespace>Maui.AppStores</RootNamespace>
14-
<MauiVersion>9.0.70</MauiVersion>
14+
<MauiVersion>9.0.90</MauiVersion>
1515

1616
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion>
1717
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>

0 commit comments

Comments
 (0)