Skip to content

Commit

Permalink
downgrade redis
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 30, 2024
1 parent 9f69fc5 commit 7259544
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="IPAddressRange" Version="6.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="libloc.Access" Version="2023.1220.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Redis.OM" Version="0.7.6" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.6.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Redis.OM" Version="0.7.1" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.13.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
</ItemGroup>

Expand Down

0 comments on commit 7259544

Please sign in to comment.