Skip to content

Commit 7e06705

Browse files
Bump the dotnet group with 2 updates (#48509)
Bumps Azure.Identity from 1.14.2 to 1.16.0 Bumps Microsoft.Extensions.AI from 9.7.1 to 9.9.0 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fcd583 commit 7e06705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/how-to/snippets/content-filtering/AIContentFiltering.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
12-
<PackageReference Include="Azure.Identity" Version="1.14.2" />
13-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.7.1" />
12+
<PackageReference Include="Azure.Identity" Version="1.16.0" />
13+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.9.0" />
1414
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)