Skip to content

Commit

Permalink
Upgrade MAUI packages to fix restore error
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Sep 25, 2024
1 parent f144c21 commit 1c7e57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BTCPayApp.Maui/BTCPayApp.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
<ItemGroup>
<PackageReference Include="org.ldk" Version="0.0.123" />
<PackageReference Include="Plugin.Fingerprint" Version="3.0.0-beta.1"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.71"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.90"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1"/>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.71"/>
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.71"/>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.90"/>
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.90"/>
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' ">

Expand Down

0 comments on commit 1c7e57b

Please sign in to comment.