Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQLSharp" Version="2.19.0" />
<PackageReference Include="GraphQLSharp" Version="2.21.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ShopifyNet/ShopifyNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQLSharp" Version="2.19.0" />
<PackageReference Include="GraphQLSharp" Version="2.21.0" />
Comment thread
matnun-br marked this conversation as resolved.
</ItemGroup>

</Project>
Loading