Skip to content

Commit

Permalink
fix(csharp): update deps to allow a range (#4316) (generated) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan Leroi <[email protected]>
  • Loading branch information
algolia-bot and morganleroi committed Jan 7, 2025
1 parent 9e05bf2 commit 134ee5c
Showing 1 changed file with 3 additions and 3 deletions.
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 134ee5c

Please sign in to comment.