Skip to content

Commit 98f6b9c

Browse files
authored
Update README.md
1 parent ee7c04f commit 98f6b9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=cristipufu_aspnetcore-redis-rate-limiting&metric=vulnerabilities&token=5fea970e583d49909265cbcc99a54f2b5a9d3c19)](https://sonarcloud.io/summary/new_code?id=cristipufu_aspnetcore-redis-rate-limiting)
88
[![GitHub](https://img.shields.io/github/license/cristipufu/aspnetcore-redis-rate-limiting)](https://github.com/cristipufu/aspnetcore-redis-rate-limiting/blob/master/LICENSE)
99

10-
Set up a Redis backplane for Rate Limiting ASP.NET Core multi-node deployments. The library is build on top of the [built-in Rate Limiting support that's part of .NET 7](https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/).
10+
Set up a Redis backplane for Rate Limiting ASP.NET Core multi-node deployments. The library is build on top of the [built-in Rate Limiting support that's part of .NET 7 and .NET 8](https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/).
1111

1212
For more advanced use cases you can check out the [official documentation here](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit?view=aspnetcore-7.0).
1313

@@ -19,21 +19,21 @@ For more advanced use cases you can check out the [official documentation here](
1919
PM> Install-Package RedisRateLimiting
2020
```
2121
```
22-
TargetFramework: net7.0
22+
TargetFramework: net7.0; net8.0
2323
2424
Dependencies:
25-
StackExchange.Redis (>= 2.6.86)
26-
System.Threading.RateLimiting (>= 7.0.0)
25+
StackExchange.Redis
26+
System.Threading.RateLimiting
2727
```
2828

2929
```xml
3030
PM> Install-Package RedisRateLimiting.AspNetCore
3131
```
3232
```
33-
TargetFramework: net7.0
33+
TargetFramework: net7.0; net8.0
3434
3535
Dependencies:
36-
RedisRateLimiting (>= 1.0.7)
36+
RedisRateLimiting
3737
```
3838

3939
# strategies

0 commit comments

Comments
 (0)