diff --git a/Directory.Packages.props b/Directory.Packages.props index ee124af..7fb9a59 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,6 +3,7 @@ true + diff --git a/src/FX.Core/FX.Core.fsproj b/src/FX.Core/FX.Core.fsproj index 65d63ec..b587e80 100644 --- a/src/FX.Core/FX.Core.fsproj +++ b/src/FX.Core/FX.Core.fsproj @@ -12,6 +12,7 @@ + diff --git a/src/FX.Core/RedisStorageLayer.fs b/src/FX.Core/RedisStorageLayer.fs index 00e03de..ad91060 100644 --- a/src/FX.Core/RedisStorageLayer.fs +++ b/src/FX.Core/RedisStorageLayer.fs @@ -6,11 +6,12 @@ open System open FsharpExchangeDotNetStandard open System.Text.Json +open System.Text.Json.Serialization open StackExchange.Redis [] module Serialization = - let serializationOptions = JsonSerializerOptions.Default + let serializationOptions = JsonFSharpOptions.Default().ToJsonSerializerOptions() type OrderQuery = {