Skip to content

Commit 23b86fe

Browse files
authored
.Net: Update Npgsql to 8.0.7 (#12614)
### Description Update Npgsql to 8.0.7 ### 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 246ac76 commit 23b86fe

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
@@ -77,7 +77,7 @@
7777
<PackageVersion Include="ModelContextProtocol" Version="0.3.0-preview.1" />
7878
<PackageVersion Include="MSTest.TestFramework" Version="3.8.0" />
7979
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
80-
<PackageVersion Include="Npgsql" Version="8.0.6" />
80+
<PackageVersion Include="Npgsql" Version="8.0.7" />
8181
<PackageVersion Include="OllamaSharp" Version="5.2.3" />
8282
<PackageVersion Include="OpenAI" Version="[2.2.0-beta.4]" />
8383
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />

0 commit comments

Comments
 (0)