Skip to content

Commit

Permalink
Bump Xamarin.Forms from 5.0.0.2578 to 5.0.0.2612 (#54)
Browse files Browse the repository at this point in the history
Bumps Xamarin.Forms from 5.0.0.2578 to 5.0.0.2612.

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

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 Aug 14, 2023
1 parent d7d07da commit 6907914
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 @@ -60,7 +60,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="GraphQL.Client" Version="6.0.0" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
Expand Down
2 changes: 1 addition & 1 deletion SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="GraphQL.Client" Version="6.0.0" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
Expand Down
2 changes: 1 addition & 1 deletion SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="GraphQL.Client" Version="6.0.0" />
<PackageReference Include="AsyncAwaitBestPractices.MVVM" Version="6.0.6" />
<PackageReference Include="Polly" Version="7.2.4" />
Expand Down

0 comments on commit 6907914

Please sign in to comment.