Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Bump Xamarin.Essentials.Interfaces from 1.7.7 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [Xamarin.Essentials.Interfaces](https://github.com/rdavisau/essential-interfaces) from 1.7.7 to 1.8.0.
- [Commits](https://github.com/rdavisau/essential-interfaces/commits)

---
updated-dependencies:
- dependency-name: Xamarin.Essentials.Interfaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent c16e8e8 commit c01f184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TextMood.Droid/TextMood.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.11" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TextMood.iOS/TextMood.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.11" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.0.0" />
<PackageReference Include="System.Memory" Version="4.5.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TextMood/TextMood.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.11" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="7.0.0" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.6" />
Expand Down

0 comments on commit c01f184

Please sign in to comment.