diff --git a/src/Pandatech.VerticalSlices/Pandatech.VerticalSlices.csproj b/src/Pandatech.VerticalSlices/Pandatech.VerticalSlices.csproj index ede5327..0b2f5e4 100644 --- a/src/Pandatech.VerticalSlices/Pandatech.VerticalSlices.csproj +++ b/src/Pandatech.VerticalSlices/Pandatech.VerticalSlices.csproj @@ -1,18 +1,18 @@ - + - + - + - - - + + + diff --git a/src/Pandatech.VerticalSlices/Program.cs b/src/Pandatech.VerticalSlices/Program.cs index 15c51e8..1c7e16d 100644 --- a/src/Pandatech.VerticalSlices/Program.cs +++ b/src/Pandatech.VerticalSlices/Program.cs @@ -1,6 +1,7 @@ using Communicator.Extensions; using DistributedCache.Options; using FluentMinimalApiMapper; +using GridifyExtensions.Extensions; using MassTransit.PostgresOutbox.Extensions; using Pandatech.Crypto.Extensions; using Pandatech.VerticalSlices.Context; @@ -38,6 +39,7 @@ .MapDefaultTimeZone() .AddCors() .AddPostgresContext(builder.Configuration.GetPostgresUrl()) + .AddGridify() .AddMassTransit(AssemblyRegistry.ToArray()) .AddAes256Key(builder.Configuration.GetAesKey()) .AddCommunicator() diff --git a/test/Pandatech.VerticalSlices.Tests/Pandatech.VerticalSlices.Tests.csproj b/test/Pandatech.VerticalSlices.Tests/Pandatech.VerticalSlices.Tests.csproj index f5c902f..bb83037 100644 --- a/test/Pandatech.VerticalSlices.Tests/Pandatech.VerticalSlices.Tests.csproj +++ b/test/Pandatech.VerticalSlices.Tests/Pandatech.VerticalSlices.Tests.csproj @@ -7,21 +7,21 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all