Skip to content

Commit

Permalink
Remove unneccessary lib specification
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Oct 16, 2024
1 parent 8bfb400 commit bfc9a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LiftLog.Maui/LiftLog.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.92" />
<PackageReference Include="Sentry.Maui" Version="4.12.1" />
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.8.2.1" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit bfc9a55

Please sign in to comment.