From b26d936e5fc4339e5eaa1c7af1e4bf3b30551e95 Mon Sep 17 00:00:00 2001 From: matnun-br Date: Wed, 22 Apr 2026 14:45:36 +1000 Subject: [PATCH 1/3] Migrate project to .NET 10.0 and update version to 2.22.0 --- Directory.Build.props | 2 +- GraphQLSharp/GraphQLSharp.csproj | 2 +- global.json | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 239b314..bad356a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 latest enable true diff --git a/GraphQLSharp/GraphQLSharp.csproj b/GraphQLSharp/GraphQLSharp.csproj index a1d4178..ac37e44 100644 --- a/GraphQLSharp/GraphQLSharp.csproj +++ b/GraphQLSharp/GraphQLSharp.csproj @@ -4,7 +4,7 @@ https://github.com/Wish-Org/GraphQLSharp https://github.com/Wish-Org/GraphQLSharp .NET Client for GraphQL - Modern and fast - 2.21.0 + 2.22.0 graphql;client;graphql-client;graphql-generator Wish-Org README.md diff --git a/global.json b/global.json index 95b9b25..8994a62 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,6 @@ { - "sdk": - { - "version": "9.0.100", + "sdk": { + "version": "10.0.203", "rollForward": "latestFeature" } -} +} \ No newline at end of file From 012ab8724f798b462ef3702cbcdd92b5cf22c35c Mon Sep 17 00:00:00 2001 From: matnun-br Date: Wed, 22 Apr 2026 14:45:36 +1000 Subject: [PATCH 2/3] Update project to add support to .NET 10.0 and update version to 2.22.0 --- Directory.Build.props | 2 +- GraphQLSharp/GraphQLSharp.csproj | 2 +- global.json | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 239b314..bad356a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 latest enable true diff --git a/GraphQLSharp/GraphQLSharp.csproj b/GraphQLSharp/GraphQLSharp.csproj index a1d4178..ac37e44 100644 --- a/GraphQLSharp/GraphQLSharp.csproj +++ b/GraphQLSharp/GraphQLSharp.csproj @@ -4,7 +4,7 @@ https://github.com/Wish-Org/GraphQLSharp https://github.com/Wish-Org/GraphQLSharp .NET Client for GraphQL - Modern and fast - 2.21.0 + 2.22.0 graphql;client;graphql-client;graphql-generator Wish-Org README.md diff --git a/global.json b/global.json index 95b9b25..8994a62 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,6 @@ { - "sdk": - { - "version": "9.0.100", + "sdk": { + "version": "10.0.203", "rollForward": "latestFeature" } -} +} \ No newline at end of file From 13debaf4a61af5484d17d72febdb1003f1a25e1e Mon Sep 17 00:00:00 2001 From: matnun-br Date: Fri, 1 May 2026 11:13:35 +1000 Subject: [PATCH 3/3] Fix SDK version in global.json to 10.0.200 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8994a62..b27b603 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.203", + "version": "10.0.200", "rollForward": "latestFeature" } } \ No newline at end of file