Browse Source

Bump Npgsql from 7.0.0 to 8.0.3 in /frameworks/FSharp/frank/src/App (#9002)

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 7.0.0 to 8.0.3.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v7.0.0...v8.0.3)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
ac99b62c68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/FSharp/frank/src/App/App.fsproj

+ 1 - 1
frameworks/FSharp/frank/src/App/App.fsproj

@@ -16,7 +16,7 @@
     <PackageReference Include="FSharp.Data.JsonSchema" Version="2.0.1" />
     <PackageReference Include="Giraffe" Version="6.0.0" />
     <PackageReference Include="Giraffe.ViewEngine" Version="2.0.0-alpha-1" />
-    <PackageReference Include="Npgsql" Version="7.0.0" />
+    <PackageReference Include="Npgsql" Version="8.0.3" />
     <PackageReference Update="FSharp.Core" Version="7.0.0" />
   </ItemGroup>