Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2023
1 parent eaa3e2c commit 3f556a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.4" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
2 changes: 1 addition & 1 deletion AsyncCommandSample.iOS/AsyncCommandSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.4" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AsyncCommandSample/AsyncCommandSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.4" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
</ItemGroup>

</Project>

0 comments on commit 3f556a3

Please sign in to comment.