Skip to content

Commit

Permalink
fix(csharp): update deps to allow a range (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4316

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Morgan Leroi <[email protected]>
  • Loading branch information
algolia-bot and morganleroi committed Jan 7, 2025
1 parent f5cc2cb commit e8941ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions algoliasearch/Algolia.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0, 10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0, 10.0.0)" />
<PackageReference Include="System.Text.Json" Version="[8.0.0, 10.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e8941ee

Please sign in to comment.