diff --git a/MassTransit.PostgresOutbox.Demo.Consumer/MassTransit.PostgresOutbox.Demo.Consumer.csproj b/MassTransit.PostgresOutbox.Demo.Consumer/MassTransit.PostgresOutbox.Demo.Consumer.csproj index 58096af..2baf5fd 100644 --- a/MassTransit.PostgresOutbox.Demo.Consumer/MassTransit.PostgresOutbox.Demo.Consumer.csproj +++ b/MassTransit.PostgresOutbox.Demo.Consumer/MassTransit.PostgresOutbox.Demo.Consumer.csproj @@ -7,15 +7,15 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/MassTransit.PostgresOutbox.Demo.Shared/MassTransit.PostgresOutbox.Demo.Shared.csproj b/MassTransit.PostgresOutbox.Demo.Shared/MassTransit.PostgresOutbox.Demo.Shared.csproj index c425d7c..e937314 100644 --- a/MassTransit.PostgresOutbox.Demo.Shared/MassTransit.PostgresOutbox.Demo.Shared.csproj +++ b/MassTransit.PostgresOutbox.Demo.Shared/MassTransit.PostgresOutbox.Demo.Shared.csproj @@ -7,7 +7,7 @@ - + diff --git a/global.json b/global.json index 2bc13e8..72e9873 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.200", "rollForward": "latestMinor" } } diff --git a/src/MassTransit.PostgresOutbox/MassTransit.PostgresOutbox.csproj b/src/MassTransit.PostgresOutbox/MassTransit.PostgresOutbox.csproj index ec6eb92..23c2ebe 100644 --- a/src/MassTransit.PostgresOutbox/MassTransit.PostgresOutbox.csproj +++ b/src/MassTransit.PostgresOutbox/MassTransit.PostgresOutbox.csproj @@ -8,13 +8,13 @@ Readme.md Pandatech MIT - 2.0.2 + 2.0.3 Pandatech.MassTransit.PostgresOutbox Pandatech MassTransit PostgreSQL Outbox Extension Pandatech, library, postgres, distributed systems, microservices, modular monolith, messaging, efcore, mass transit, outbox pattern, inbox pattern Pandatech.MassTransit.PostgresOutbox extends MassTransit to offer advanced message handling capabilities for distributed systems. With first-class support for multiple DbContexts, this library integrates seamlessly with Entity Framework Core and PostgreSQL, providing reliable Outbox and Inbox patterns. It ensures consistent message delivery and processing in complex microservices architectures, leveraging PostgreSQL's ForUpdate feature to handle concurrency with ease. https://github.com/PandaTechAM/be-lib-pandatech-masstransit-postgres-outbox - Newtonsoft removal + Nuget updates @@ -23,10 +23,10 @@ - - - - + + + + diff --git a/test/PandaNuGet.Demo/MassTransit.PostgresOutbox.Demo.Publisher.csproj b/test/PandaNuGet.Demo/MassTransit.PostgresOutbox.Demo.Publisher.csproj index db6eb9c..42d4f4f 100644 --- a/test/PandaNuGet.Demo/MassTransit.PostgresOutbox.Demo.Publisher.csproj +++ b/test/PandaNuGet.Demo/MassTransit.PostgresOutbox.Demo.Publisher.csproj @@ -9,16 +9,16 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/PandaNuGet.Tests/MassTransit.PostgresOutbox.Tests.csproj b/test/PandaNuGet.Tests/MassTransit.PostgresOutbox.Tests.csproj index 0887c08..620584f 100644 --- a/test/PandaNuGet.Tests/MassTransit.PostgresOutbox.Tests.csproj +++ b/test/PandaNuGet.Tests/MassTransit.PostgresOutbox.Tests.csproj @@ -10,13 +10,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all