From 51d420ad9e269731ca7ef850cf03bfae5e956e04 Mon Sep 17 00:00:00 2001 From: Anthony Sneed Date: Sun, 10 Sep 2023 14:08:26 -0500 Subject: [PATCH] Update package references --- .../SagaConfigService/SagaConfigService.csproj | 4 ++-- .../SagaSnapshotService/SagaSnapshotService.csproj | 4 ++-- reference-architecture/Common/Common.csproj | 2 +- .../CustomerService/CustomerService.csproj | 10 +++++----- .../InventoryService/InventoryService.csproj | 10 +++++----- .../OrderService/OrderService.csproj | 8 ++++---- .../EventDriven.Sagas.Configuration.Mongo.csproj | 7 ++++--- .../EventDriven.Sagas.EventBus.Abstractions.csproj | 6 +++--- .../EventDriven.Sagas.Persistence.Mongo.csproj | 7 ++++--- .../EventDriven.Sagas.Abstractions.Tests.csproj | 8 ++++---- ...ntDriven.Sagas.DependencyInjection.Tests.csproj | 12 ++++++------ ...ven.Sagas.Persistence.Abstractions.Tests.csproj | 6 +++--- .../OrderService.Sagas.Specs.csproj | 14 +++++++------- 13 files changed, 50 insertions(+), 48 deletions(-) diff --git a/administration/SagaConfigService/SagaConfigService.csproj b/administration/SagaConfigService/SagaConfigService.csproj index 4a9f96a..88df41b 100644 --- a/administration/SagaConfigService/SagaConfigService.csproj +++ b/administration/SagaConfigService/SagaConfigService.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/administration/SagaSnapshotService/SagaSnapshotService.csproj b/administration/SagaSnapshotService/SagaSnapshotService.csproj index cef0d51..16f5217 100644 --- a/administration/SagaSnapshotService/SagaSnapshotService.csproj +++ b/administration/SagaSnapshotService/SagaSnapshotService.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/reference-architecture/Common/Common.csproj b/reference-architecture/Common/Common.csproj index 913d010..f898eea 100644 --- a/reference-architecture/Common/Common.csproj +++ b/reference-architecture/Common/Common.csproj @@ -8,7 +8,7 @@ - + diff --git a/reference-architecture/CustomerService/CustomerService.csproj b/reference-architecture/CustomerService/CustomerService.csproj index 39a1867..7a48d70 100644 --- a/reference-architecture/CustomerService/CustomerService.csproj +++ b/reference-architecture/CustomerService/CustomerService.csproj @@ -10,11 +10,11 @@ - - - - - + + + + + diff --git a/reference-architecture/InventoryService/InventoryService.csproj b/reference-architecture/InventoryService/InventoryService.csproj index 39a1867..7a48d70 100644 --- a/reference-architecture/InventoryService/InventoryService.csproj +++ b/reference-architecture/InventoryService/InventoryService.csproj @@ -10,11 +10,11 @@ - - - - - + + + + + diff --git a/reference-architecture/OrderService/OrderService.csproj b/reference-architecture/OrderService/OrderService.csproj index 17af779..2ef4f14 100644 --- a/reference-architecture/OrderService/OrderService.csproj +++ b/reference-architecture/OrderService/OrderService.csproj @@ -10,10 +10,10 @@ - - - - + + + + diff --git a/src/EventDriven.Sagas.Configuration.Mongo/EventDriven.Sagas.Configuration.Mongo.csproj b/src/EventDriven.Sagas.Configuration.Mongo/EventDriven.Sagas.Configuration.Mongo.csproj index fb3edcc..8c310b6 100644 --- a/src/EventDriven.Sagas.Configuration.Mongo/EventDriven.Sagas.Configuration.Mongo.csproj +++ b/src/EventDriven.Sagas.Configuration.Mongo/EventDriven.Sagas.Configuration.Mongo.csproj @@ -7,7 +7,7 @@ True Tony Sneed ReadMe.md - 1.5.0 + 1.5.1 A set of abstractions for implementing the Saga pattern. MIT https://github.com/event-driven-dotnet/EventDriven.Sagas @@ -15,7 +15,7 @@ https://github.com/event-driven-dotnet/EventDriven.Sagas.git git sagas configuration event-driven event-driven-architecture - https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.0 + https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.1 EventDriven.Sagas.Configuration.Mongo True @@ -36,7 +36,8 @@ - + + diff --git a/src/EventDriven.Sagas.EventBus.Abstractions/EventDriven.Sagas.EventBus.Abstractions.csproj b/src/EventDriven.Sagas.EventBus.Abstractions/EventDriven.Sagas.EventBus.Abstractions.csproj index e7cef6b..6efdd17 100644 --- a/src/EventDriven.Sagas.EventBus.Abstractions/EventDriven.Sagas.EventBus.Abstractions.csproj +++ b/src/EventDriven.Sagas.EventBus.Abstractions/EventDriven.Sagas.EventBus.Abstractions.csproj @@ -7,7 +7,7 @@ True Tony Sneed ReadMe.md - 1.5.0 + 1.5.1 A set of abstractions for implementing the Saga pattern. MIT https://github.com/event-driven-dotnet/EventDriven.Sagas @@ -15,7 +15,7 @@ https://github.com/event-driven-dotnet/EventDriven.Sagas.git git sagas event-bus event-driven event-driven-architecture - https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.0 + https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.1 EventDriven.Sagas.EventBus.Abstractions True @@ -36,7 +36,7 @@ - + diff --git a/src/EventDriven.Sagas.Persistence.Mongo/EventDriven.Sagas.Persistence.Mongo.csproj b/src/EventDriven.Sagas.Persistence.Mongo/EventDriven.Sagas.Persistence.Mongo.csproj index 53ec639..0269038 100644 --- a/src/EventDriven.Sagas.Persistence.Mongo/EventDriven.Sagas.Persistence.Mongo.csproj +++ b/src/EventDriven.Sagas.Persistence.Mongo/EventDriven.Sagas.Persistence.Mongo.csproj @@ -7,7 +7,7 @@ True Tony Sneed ReadMe.md - 1.5.0 + 1.5.1 A set of abstractions for implementing the Saga pattern. MIT https://github.com/event-driven-dotnet/EventDriven.Sagas @@ -15,7 +15,7 @@ https://github.com/event-driven-dotnet/EventDriven.Sagas.git git sagas event-driven event-driven-architecture - https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.0 + https://github.com/event-driven-dotnet/EventDriven.Sagas/releases/tag/v1.5.1 EventDriven.Sagas.Persistence.Mongo True @@ -36,7 +36,8 @@ - + + diff --git a/test/EventDriven.Sagas.Abstractions.Tests/EventDriven.Sagas.Abstractions.Tests.csproj b/test/EventDriven.Sagas.Abstractions.Tests/EventDriven.Sagas.Abstractions.Tests.csproj index a4581fc..e99b0fc 100644 --- a/test/EventDriven.Sagas.Abstractions.Tests/EventDriven.Sagas.Abstractions.Tests.csproj +++ b/test/EventDriven.Sagas.Abstractions.Tests/EventDriven.Sagas.Abstractions.Tests.csproj @@ -8,11 +8,11 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/EventDriven.Sagas.DependencyInjection.Tests/EventDriven.Sagas.DependencyInjection.Tests.csproj b/test/EventDriven.Sagas.DependencyInjection.Tests/EventDriven.Sagas.DependencyInjection.Tests.csproj index 3b47018..74886a0 100644 --- a/test/EventDriven.Sagas.DependencyInjection.Tests/EventDriven.Sagas.DependencyInjection.Tests.csproj +++ b/test/EventDriven.Sagas.DependencyInjection.Tests/EventDriven.Sagas.DependencyInjection.Tests.csproj @@ -9,12 +9,12 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/EventDriven.Sagas.Persistence.Abstractions.Tests/EventDriven.Sagas.Persistence.Abstractions.Tests.csproj b/test/EventDriven.Sagas.Persistence.Abstractions.Tests/EventDriven.Sagas.Persistence.Abstractions.Tests.csproj index 8234e9d..eaadf47 100644 --- a/test/EventDriven.Sagas.Persistence.Abstractions.Tests/EventDriven.Sagas.Persistence.Abstractions.Tests.csproj +++ b/test/EventDriven.Sagas.Persistence.Abstractions.Tests/EventDriven.Sagas.Persistence.Abstractions.Tests.csproj @@ -9,9 +9,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/OrderService.Sagas.Specs/OrderService.Sagas.Specs.csproj b/test/OrderService.Sagas.Specs/OrderService.Sagas.Specs.csproj index da085a0..e5c4d50 100644 --- a/test/OrderService.Sagas.Specs/OrderService.Sagas.Specs.csproj +++ b/test/OrderService.Sagas.Specs/OrderService.Sagas.Specs.csproj @@ -18,20 +18,20 @@ - - + + - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +