Skip to content

Commit 620aa85

Browse files
Bump System.Threading.RateLimiting
Bumps the dotnet group in /docs/core/extensions/snippets/ratelimit/http with 1 update: [System.Threading.RateLimiting](https://github.com/dotnet/runtime). Updates `System.Threading.RateLimiting` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: System.Threading.RateLimiting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d4d106 commit 620aa85

File tree

1 file changed

+1
-1
lines changed
  • docs/core/extensions/snippets/ratelimit/http

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/ratelimit/http/http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.Threading.RateLimiting" Version="8.0.0" />
11+
<PackageReference Include="System.Threading.RateLimiting" Version="9.0.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)