Skip to content

Commit

Permalink
Update RedisRateLimiting.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu authored Jul 1, 2024
1 parent f29e436 commit 10035b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RedisRateLimiting/RedisRateLimiting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="System.Threading.RateLimiting" Version="8.0.0" />
<PackageReference Include="System.Threading.RateLimiting" Version="7.0.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
Expand Down

0 comments on commit 10035b4

Please sign in to comment.