From d6222080867b7e22e3f485985fce6eb25ca01f24 Mon Sep 17 00:00:00 2001 From: Rafael Azriaiev Date: Tue, 21 Jan 2025 15:19:13 +0200 Subject: [PATCH] updated dapr sdk to 1.15.0-rc.2 --- .../Sagaway.Callback.Propagator.csproj | 4 ++-- Sagaway.Callback.Router/Sagaway.Callback.Router.csproj | 4 ++-- .../Sagaway.Hosts.DaprActorHost.csproj | 2 +- .../Sagaway.IntegrationTests.OrchestrationService.csproj | 6 +++--- .../Sagaway.IntegrationTests.StepRecorderTestService.csproj | 6 +++--- .../Sagaway.IntegrationTests.TestService.csproj | 4 ++-- ....IntegrationTests.TestSubSagaCommunicationService.csproj | 6 +++--- .../Sagaway.ReservationDemo.BillingManagement.csproj | 4 ++-- .../Sagaway.ReservationDemo.BookingManagement.csproj | 4 ++-- .../Sagaway.ReservationDemo.InventoryManagement.csproj | 4 ++-- .../Sagaway.ReservationDemo.ReservationManager.csproj | 6 +++--- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Sagaway.Callback.Propagator/Sagaway.Callback.Propagator.csproj b/Sagaway.Callback.Propagator/Sagaway.Callback.Propagator.csproj index 075c11d..08b7732 100644 --- a/Sagaway.Callback.Propagator/Sagaway.Callback.Propagator.csproj +++ b/Sagaway.Callback.Propagator/Sagaway.Callback.Propagator.csproj @@ -41,8 +41,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Sagaway.Callback.Router/Sagaway.Callback.Router.csproj b/Sagaway.Callback.Router/Sagaway.Callback.Router.csproj index 90169fa..90f4f3b 100644 --- a/Sagaway.Callback.Router/Sagaway.Callback.Router.csproj +++ b/Sagaway.Callback.Router/Sagaway.Callback.Router.csproj @@ -41,8 +41,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Sagaway.Hosts.DaprActorHost/Sagaway.Hosts.DaprActorHost.csproj b/Sagaway.Hosts.DaprActorHost/Sagaway.Hosts.DaprActorHost.csproj index 75b4f83..840fd25 100644 --- a/Sagaway.Hosts.DaprActorHost/Sagaway.Hosts.DaprActorHost.csproj +++ b/Sagaway.Hosts.DaprActorHost/Sagaway.Hosts.DaprActorHost.csproj @@ -46,7 +46,7 @@ - + all diff --git a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.OrchestrationService/Sagaway.IntegrationTests.OrchestrationService.csproj b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.OrchestrationService/Sagaway.IntegrationTests.OrchestrationService.csproj index ea1e169..41ca517 100644 --- a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.OrchestrationService/Sagaway.IntegrationTests.OrchestrationService.csproj +++ b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.OrchestrationService/Sagaway.IntegrationTests.OrchestrationService.csproj @@ -12,9 +12,9 @@ - - - + + + diff --git a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.StepRecorderTestService/Sagaway.IntegrationTests.StepRecorderTestService.csproj b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.StepRecorderTestService/Sagaway.IntegrationTests.StepRecorderTestService.csproj index 906aa5a..6b9c525 100644 --- a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.StepRecorderTestService/Sagaway.IntegrationTests.StepRecorderTestService.csproj +++ b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.StepRecorderTestService/Sagaway.IntegrationTests.StepRecorderTestService.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestService/Sagaway.IntegrationTests.TestService.csproj b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestService/Sagaway.IntegrationTests.TestService.csproj index e2a838f..0bab55e 100644 --- a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestService/Sagaway.IntegrationTests.TestService.csproj +++ b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestService/Sagaway.IntegrationTests.TestService.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestSubSagaCommunicationService/Sagaway.IntegrationTests.TestSubSagaCommunicationService.csproj b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestSubSagaCommunicationService/Sagaway.IntegrationTests.TestSubSagaCommunicationService.csproj index b1cb04a..fbbfe6e 100644 --- a/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestSubSagaCommunicationService/Sagaway.IntegrationTests.TestSubSagaCommunicationService.csproj +++ b/Sagaway.IntegrationTests/Sagaway.IntegrationTests.TestSubSagaCommunicationService/Sagaway.IntegrationTests.TestSubSagaCommunicationService.csproj @@ -12,9 +12,9 @@ - - - + + + diff --git a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BillingManagement/Sagaway.ReservationDemo.BillingManagement.csproj b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BillingManagement/Sagaway.ReservationDemo.BillingManagement.csproj index 4b8d362..3bf62f1 100644 --- a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BillingManagement/Sagaway.ReservationDemo.BillingManagement.csproj +++ b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BillingManagement/Sagaway.ReservationDemo.BillingManagement.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BookingManagement/Sagaway.ReservationDemo.BookingManagement.csproj b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BookingManagement/Sagaway.ReservationDemo.BookingManagement.csproj index cc6d384..2e18c3c 100644 --- a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BookingManagement/Sagaway.ReservationDemo.BookingManagement.csproj +++ b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.BookingManagement/Sagaway.ReservationDemo.BookingManagement.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.InventoryManagement/Sagaway.ReservationDemo.InventoryManagement.csproj b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.InventoryManagement/Sagaway.ReservationDemo.InventoryManagement.csproj index 37ebdbc..6f928b1 100644 --- a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.InventoryManagement/Sagaway.ReservationDemo.InventoryManagement.csproj +++ b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.InventoryManagement/Sagaway.ReservationDemo.InventoryManagement.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.ReservationManager/Sagaway.ReservationDemo.ReservationManager.csproj b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.ReservationManager/Sagaway.ReservationDemo.ReservationManager.csproj index b1f03ec..18f6f00 100644 --- a/Sagaway.ReservationDemo/Sagaway.ReservationDemo.ReservationManager/Sagaway.ReservationDemo.ReservationManager.csproj +++ b/Sagaway.ReservationDemo/Sagaway.ReservationDemo.ReservationManager/Sagaway.ReservationDemo.ReservationManager.csproj @@ -12,9 +12,9 @@ - - - + + +