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..b27b603 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,6 @@ { - "sdk": - { - "version": "9.0.100", + "sdk": { + "version": "10.0.200", "rollForward": "latestFeature" } -} +} \ No newline at end of file