Skip to content

Commit d6bc798

Browse files
Bump the dotnet group with 1 update (#47482)
* Bump the dotnet group with 1 update Bumps Microsoft.Extensions.AI from 9.7.0 to 9.7.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> * add package version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Genevieve Warren <[email protected]>
1 parent 3dfc7ea commit d6bc798

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
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

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

0 commit comments

Comments
 (0)