diff --git a/Directory.Build.props b/Directory.Build.props index f7f0105..e0eed04 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - net9.0 + net9.0;net10.0 latest enable true diff --git a/ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj b/ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj index 887c35b..d78a458 100644 --- a/ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj +++ b/ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj @@ -7,7 +7,7 @@ - + diff --git a/ShopifyNet/ShopifyNet.csproj b/ShopifyNet/ShopifyNet.csproj index 56d0540..ba46a46 100644 --- a/ShopifyNet/ShopifyNet.csproj +++ b/ShopifyNet/ShopifyNet.csproj @@ -5,7 +5,7 @@ https://github.com/Wish-Org/ShopifyNet https://github.com/Wish-Org/ShopifyNet .NET utilities for Shopify GraphQL - 2.14.0 + 2.15.0 shopify graphql types classes schema generator strongly typed @@ -19,7 +19,7 @@ - + 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