Skip to content

Commit

Permalink
Bump AspNetCoreRateLimit from 3.0.5 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [AspNetCoreRateLimit](https://github.com/stefanprodan/AspNetCoreRateLimit) from 3.0.5 to 5.0.0.
- [Release notes](https://github.com/stefanprodan/AspNetCoreRateLimit/releases)
- [Commits](https://github.com/stefanprodan/AspNetCoreRateLimit/commits/v5.0.0)

---
updated-dependencies:
- dependency-name: AspNetCoreRateLimit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent a9db483 commit 0526bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PollyTestWebApi/PollyTestWebApi.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AspNetCoreRateLimit" Version="3.0.5" />
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 0526bd9

Please sign in to comment.