Skip to content

Commit

Permalink
fix(csharp): remove specific minor version for System deps (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4479

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Morgan Leroi <[email protected]>
  • Loading branch information
algolia-bot and morganleroi committed Feb 20, 2025
1 parent 20310eb commit 8c871ca
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="[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)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 10.0)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 10.0)" />
<PackageReference Include="System.Text.Json" Version="[8.0.5, 10.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8c871ca

Please sign in to comment.