Update to .NET 8

- Update dependencies
- Replace document library
This commit is contained in:
2024-06-05 22:32:00 -04:00
parent 39af0fb9a5
commit 131012b320
9 changed files with 23 additions and 23 deletions

View File

@@ -47,7 +47,7 @@ module private CacheHelpers =
p.ParameterName, Sql.parameter p
open BitBadger.Npgsql.FSharp.Documents
open BitBadger.Documents.Postgres
/// A distributed cache implementation in PostgreSQL used to handle sessions for myWebLog
type DistributedCache () =