Skip to content

Commit 04765fa

Browse files
authored
.Net: Upgrade AzureAISearch SDK (#12606)
### Description Upgrade AzureAISearch SDK ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 8f992c9 commit 04765fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Azure.AI.Projects" Version="1.0.0-beta.9" />
2525
<PackageVersion Include="Azure.Identity" Version="1.13.2" />
2626
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0" />
27-
<PackageVersion Include="Azure.Search.Documents" Version="11.6.0" />
27+
<PackageVersion Include="Azure.Search.Documents" Version="11.6.1" />
2828
<PackageVersion Include="Community.OData.Linq" Version="2.1.0" />
2929
<PackageVersion Include="Dapr.Actors" Version="1.14.0" />
3030
<PackageVersion Include="Dapr.Actors.AspNetCore" Version="1.14.0" />

0 commit comments

Comments
 (0)