Skip to content

Commit 7ab58db

Browse files
Bump the dotnet group with 2 updates (#50168)
Bumps Azure.Identity from 1.17.0 to 1.17.1 Bumps OpenAI from 2.6.0 to 2.7.0 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OpenAI dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 375c192 commit 7ab58db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/quickstarts/snippets/assistants/AIAssistants.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.17.0" />
13-
<PackageReference Include="OpenAI" Version="2.6.0" />
12+
<PackageReference Include="Azure.Identity" Version="1.17.1" />
13+
<PackageReference Include="OpenAI" Version="2.7.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)