Skip to content

Commit 96f5ae4

Browse files
committed
refactor: set minimum ShopifySharp version to v6.22.0 for DI package
This change ensures compatibility with expected updates in ShopifySharp, aligning the DI package with the latest changes. [skip ci]
1 parent 70d0769 commit 96f5ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShopifySharp.Extensions.DependencyInjection/ShopifySharp.Extensions.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<None Include="README.md" Pack="true" PackagePath="\" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<ProjectReference Include="..\ShopifySharp\ShopifySharp.csproj" />
25+
<ProjectReference Include="..\ShopifySharp\ShopifySharp.csproj" Version="[6.22.0,)" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<PackageReference Include="microsoft.extensions.dependencyinjection" />
2929
</ItemGroup>
30-
</Project>
30+
</Project>

0 commit comments

Comments
 (0)