Skip to content

Commit 6890a67

Browse files
Bump the dotnet group with 2 updates (#47414)
Bumps Azure.Identity from 1.14.1 to 1.14.2 Bumps Microsoft.Extensions.AI from 9.7.0 to 9.7.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc67191 commit 6890a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/how-to/snippets/hosted-app-auth/hosted-app-auth.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
12-
<PackageReference Include="Azure.Identity" Version="1.14.1" />
12+
<PackageReference Include="Azure.Identity" Version="1.14.2" />
1313
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
14-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.7.0" />
14+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.7.1" />
1515
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
1616
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.12.0" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)