Skip to content

Commit 58cbf7f

Browse files
committed
feat: Update package versions and MauiVersion
1 parent c98abef commit 58cbf7f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

sample/Maui.Android.InAppUpdates.SampleApp.csproj

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

2324
<!-- Display name -->
2425
<ApplicationTitle>Maui.Android.InAppUpdates</ApplicationTitle>
@@ -63,8 +64,8 @@
6364

6465
<ItemGroup>
6566
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
66-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
67-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
67+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.5" />
68+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
6869
</ItemGroup>
6970

7071
<ItemGroup>

src/libs/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup Label="Versioning">
33-
<PackageReference Include="MinVer" Version="5.0.0">
33+
<PackageReference Include="MinVer" Version="6.0.0">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>

src/libs/Maui.Android.InAppUpdates/Maui.Android.InAppUpdates.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<UseMaui>true</UseMaui>
1212
<NoWarn>$(NoWarn);CA1031;CA2000</NoWarn>
13+
<MauiVersion>9.0.70</MauiVersion>
1314

1415
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion>
1516
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
@@ -30,9 +31,10 @@
3031
</ItemGroup>
3132

3233
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'" Label="Android In-app Updates">
33-
<!-- <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.9.3.1" />-->
34-
<!-- <PackageReference Include="Xamarin.AndroidX.Collection.Ktx" Version="1.4.5.1" />-->
35-
<PackageReference Include="Xamarin.Google.Android.Play.App.Update.Ktx" Version="2.1.0.11" />
34+
<PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.10.1.1" />
35+
<PackageReference Include="Xamarin.AndroidX.Collection.Ktx" Version="1.5.0.1" />
36+
<PackageReference Include="Xamarin.AndroidX.Fragment.Ktx" Version="1.8.6.1" />
37+
<PackageReference Include="Xamarin.Google.Android.Play.App.Update.Ktx" Version="2.1.0.14" />
3638
</ItemGroup>
3739

3840
<ItemGroup Condition="$(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net9.0-ios')) != true AND $(TargetFramework.StartsWith('net9.0-maccatalyst')) != true ">

0 commit comments

Comments
 (0)