Skip to content

Commit

Permalink
Bump Xamarin.Forms from 5.0.0.2612 to 5.0.0.2622
Browse files Browse the repository at this point in the history
Bumps Xamarin.Forms from 5.0.0.2612 to 5.0.0.2622.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 36048a9 commit da3e013
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 @@ -51,7 +51,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
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 @@ -123,7 +123,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Xamarin.Essentials.Interfaces" Version="1.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion AsyncCommandSample/AsyncCommandSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2622" />
<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" />
Expand Down

0 comments on commit da3e013

Please sign in to comment.