From 9bba4d8e085e7428dfd62ef3028bfcc57c7ba8ab Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Wed, 28 Feb 2024 07:26:00 -0800 Subject: [PATCH] Updating C# quickstarts to align with Dapr 1.13 RC aligned SDKs (1.13.*-*) Signed-off-by: Paul Yuknewicz --- actors/csharp/sdk/client/SmartDevice.Client.csproj | 2 +- actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj | 2 +- actors/csharp/sdk/service/SmartDevice.Service.csproj | 4 ++-- bindings/csharp/sdk/batch/batch.csproj | 2 +- configuration/csharp/sdk/order-processor/Program.csproj | 2 +- pub_sub/csharp/sdk/checkout/checkout.csproj | 2 +- pub_sub/csharp/sdk/order-processor/order-processor.csproj | 2 +- secrets_management/csharp/sdk/order-processor/Program.csproj | 2 +- state_management/csharp/sdk/order-processor/Program.csproj | 2 +- tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj | 2 +- .../csharp/sdk/order-processor/WorkflowConsoleApp.csproj | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/actors/csharp/sdk/client/SmartDevice.Client.csproj b/actors/csharp/sdk/client/SmartDevice.Client.csproj index 3d90f3072..a80c15627 100644 --- a/actors/csharp/sdk/client/SmartDevice.Client.csproj +++ b/actors/csharp/sdk/client/SmartDevice.Client.csproj @@ -8,7 +8,7 @@ - + diff --git a/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj b/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj index 2c435c657..7888ca9d0 100644 --- a/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj +++ b/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj @@ -7,7 +7,7 @@ - + diff --git a/actors/csharp/sdk/service/SmartDevice.Service.csproj b/actors/csharp/sdk/service/SmartDevice.Service.csproj index 560bfd0ab..b3d767921 100644 --- a/actors/csharp/sdk/service/SmartDevice.Service.csproj +++ b/actors/csharp/sdk/service/SmartDevice.Service.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/bindings/csharp/sdk/batch/batch.csproj b/bindings/csharp/sdk/batch/batch.csproj index 3108167d4..425add573 100644 --- a/bindings/csharp/sdk/batch/batch.csproj +++ b/bindings/csharp/sdk/batch/batch.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/configuration/csharp/sdk/order-processor/Program.csproj b/configuration/csharp/sdk/order-processor/Program.csproj index 4a755f312..266d66a49 100644 --- a/configuration/csharp/sdk/order-processor/Program.csproj +++ b/configuration/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/pub_sub/csharp/sdk/checkout/checkout.csproj b/pub_sub/csharp/sdk/checkout/checkout.csproj index 4a755f312..266d66a49 100644 --- a/pub_sub/csharp/sdk/checkout/checkout.csproj +++ b/pub_sub/csharp/sdk/checkout/checkout.csproj @@ -6,7 +6,7 @@ - + diff --git a/pub_sub/csharp/sdk/order-processor/order-processor.csproj b/pub_sub/csharp/sdk/order-processor/order-processor.csproj index 9280d33d0..1703e156e 100644 --- a/pub_sub/csharp/sdk/order-processor/order-processor.csproj +++ b/pub_sub/csharp/sdk/order-processor/order-processor.csproj @@ -9,7 +9,7 @@ - + diff --git a/secrets_management/csharp/sdk/order-processor/Program.csproj b/secrets_management/csharp/sdk/order-processor/Program.csproj index 4a755f312..266d66a49 100644 --- a/secrets_management/csharp/sdk/order-processor/Program.csproj +++ b/secrets_management/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/state_management/csharp/sdk/order-processor/Program.csproj b/state_management/csharp/sdk/order-processor/Program.csproj index 4a755f312..266d66a49 100644 --- a/state_management/csharp/sdk/order-processor/Program.csproj +++ b/state_management/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj b/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj index 035e49fbb..9e0801765 100644 --- a/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj +++ b/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj @@ -9,7 +9,7 @@ - + diff --git a/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj b/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj index 0d42d9f17..98f0f24f2 100644 --- a/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj +++ b/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj @@ -9,8 +9,8 @@ - - + +