Skip to content

Commit 8c871ca

Browse files
fix(csharp): remove specific minor version for System deps (generated)
algolia/api-clients-automation#4479 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Morgan Leroi <[email protected]>
1 parent 20310eb commit 8c871ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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="[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)" />
40+
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 10.0)" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 10.0)" />
42+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 10.0)" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)