File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/ai/quickstarts/snippets/prompt-completion/azure-openai Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Azure.Identity" Version =" 1.13.2 " />
11
+ <PackageReference Include =" Azure.Identity" Version =" 1.14.0 " />
12
12
<PackageReference Include =" Azure.AI.OpenAI" Version =" 2.1.0" />
13
13
<PackageReference Include =" Microsoft.Extensions.AI.OpenAI" Version =" 9.4.0-preview.1.25207.5" />
14
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.4 " />
15
- <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 9.0.4 " />
14
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.5 " />
15
+ <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 9.0.5 " />
16
16
17
17
</ItemGroup >
18
18
You can’t perform that action at this time.
0 commit comments