From 74a9567e9b1bd7e55552285271d193c7982a52f9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Oct 2023 01:46:33 +0000
Subject: [PATCH] Bump GraphQL.Client.Serializer.Newtonsoft from 6.0.0 to 6.0.1

Bumps [GraphQL.Client.Serializer.Newtonsoft](https://github.com/graphql-dotnet/graphql-client) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/graphql-dotnet/graphql-client/releases)
- [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: GraphQL.Client.Serializer.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../SimpleXamarinGraphQL.Android.csproj                         | 2 +-
 SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj        | 2 +-
 SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SimpleXamarinGraphQL.Android/SimpleXamarinGraphQL.Android.csproj b/SimpleXamarinGraphQL.Android/SimpleXamarinGraphQL.Android.csproj
index 7efc162..6134e2a 100644
--- a/SimpleXamarinGraphQL.Android/SimpleXamarinGraphQL.Android.csproj
+++ b/SimpleXamarinGraphQL.Android/SimpleXamarinGraphQL.Android.csproj
@@ -65,7 +65,7 @@
         <PackageReference Include="Polly" Version="7.2.4" />
         <PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
         <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
-        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
+        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.1" />
     </ItemGroup>
     <ItemGroup>
         <Compile Include="MainActivity.cs" />
diff --git a/SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj b/SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj
index 31b75ec..4a7dba1 100644
--- a/SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj
+++ b/SimpleXamarinGraphQL.iOS/SimpleXamarinGraphQL.iOS.csproj
@@ -127,7 +127,7 @@
         <PackageReference Include="Polly" Version="7.2.4" />
         <PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
         <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
-        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
+        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.1" />
     </ItemGroup>
     <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
     <ItemGroup>
diff --git a/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj b/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
index 69972d6..028ea10 100644
--- a/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
+++ b/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
@@ -15,7 +15,7 @@
         <PackageReference Include="Polly" Version="7.2.4" />
         <PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
         <PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
-        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
+        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.1" />
         <PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.6" />
     </ItemGroup>
     <ItemGroup>