Skip to content

Commit

Permalink
Bump Xamarin.Essentials.Interfaces from 1.7.7 to 1.8.0 (#70)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
1 parent 12d023a commit e1dbb98
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.2612" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
</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.2612" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.7.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
</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 @@ -15,7 +15,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.7" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
</ItemGroup>

</Project>

0 comments on commit e1dbb98

Please sign in to comment.