Author SHA1 Message Date
renovate-bot 94667a4114 Update dependency Microsoft.Agents.AI.OpenAI to 1.16.0
PR and Push Build/Test / build-and-test (push) Successful in 10m1s
PR and Push Build/Test / build-and-test (pull_request) Successful in 9m50s
2026-07-31 02:39:32 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v7
- name: Setup .NET
uses: actions/setup-dotnet@v6
uses: actions/setup-dotnet@v5
with:
dotnet-version: "10.0.x"
+1 -1
View File
@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.13.0" />
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.16.0" />
<PackageReference Include="DiffPlex" Version="1.9.0" />
<PackageReference Include="Microsoft.CognitiveServices.Speech" Version="$(MicrosoftSpeechVersion)" />
<PackageReference Include="Microsoft.CognitiveServices.Speech.Extension.MAS" Version="$(MicrosoftSpeechVersion)" ExcludeAssets="build" />