Skip to content

Commit cc4fb23

Browse files
Bump System.Threading.RateLimiting
Bumps the dotnet group in /docs/core/extensions/snippets/ai/ConsoleAI with 1 update: [System.Threading.RateLimiting](https://github.com/dotnet/runtime). Updates `System.Threading.RateLimiting` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.Threading.RateLimiting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0729b0 commit cc4fb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/ai/AI.Shared/AI.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.AI" Version="9.0.1-preview.1.24570.5" />
11-
<PackageReference Include="System.Threading.RateLimiting" Version="9.0.0" />
11+
<PackageReference Include="System.Threading.RateLimiting" Version="9.0.1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)