Skip to content

Commit 134ee5c

Browse files
fix(csharp): update deps to allow a range (#4316) (generated) [skip ci]
Co-authored-by: Morgan Leroi <[email protected]>
1 parent 9e05bf2 commit 134ee5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
41-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
42-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
40+
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0, 10.0.0)" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0, 10.0.0)" />
42+
<PackageReference Include="System.Text.Json" Version="[8.0.0, 10.0.0)" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)