Skip to content

Commit 5647729

Browse files
Bump System.Threading.RateLimiting (#45822)
Bumps the dotnet group in /docs/core/extensions/snippets/ai/ConsoleAI.ToolCalling with 1 update: [System.Threading.RateLimiting](https://github.com/dotnet/runtime). Updates `System.Threading.RateLimiting` from 10.0.0-preview.2.25163.2 to 10.0.0-preview.3.25171.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: System.Threading.RateLimiting dependency-version: 10.0.0-preview.3.25171.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5932575 commit 5647729

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.4.0-preview.1.25207.5" />
11-
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-preview.2.25163.2" />
11+
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-preview.3.25171.5" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)