Skip to content

Commit cf93dc4

Browse files
Merge branch 'main' into fix/allow-microsoft-deps-from8to9 (generated)
Co-authored-by: Morgan Leroi <[email protected]>
1 parent 0705523 commit cf93dc4

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)