Skip to content

Commit 6d7daa4

Browse files
committed
Update OpenAI package to 1.0.0-rc3 in Infrastructure.csproj
Upgraded Microsoft.Agents.AI.OpenAI from 1.0.0-rc2 to 1.0.0-rc3 to ensure compatibility with the latest features and improvements. No other dependencies were changed.
1 parent 1e050f1 commit 6d7daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LangVersion>default</LangVersion>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-rc2" />
11+
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-rc3" />
1212
<PackageReference Include="OpenAI" Version="2.9.1" />
1313
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.3" />
1414
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.3" />

0 commit comments

Comments
 (0)