File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Maui.Android.InAppUpdates Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 " >
You can’t perform that action at this time.
0 commit comments