diff --git a/samples/durable-functions/dotnet/AgentDirectedWorkflows/AgentDirectedWorkflows.csproj b/samples/durable-functions/dotnet/AgentDirectedWorkflows/AgentDirectedWorkflows.csproj index 8c657485..9396bb2d 100644 --- a/samples/durable-functions/dotnet/AgentDirectedWorkflows/AgentDirectedWorkflows.csproj +++ b/samples/durable-functions/dotnet/AgentDirectedWorkflows/AgentDirectedWorkflows.csproj @@ -9,19 +9,19 @@ - + - - + + - + - + - - + + diff --git a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/TravelPlannerFunctions.csproj b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/TravelPlannerFunctions.csproj index c33ceb90..390a3bf3 100644 --- a/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/TravelPlannerFunctions.csproj +++ b/samples/durable-functions/dotnet/AiAgentTravelPlanOrchestrator/TravelPlannerFunctions.csproj @@ -12,20 +12,20 @@ - + - + - - - + + + - + - - + + diff --git a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj index c6ca46a4..a80861b9 100644 --- a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj +++ b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AspireHost/AspireHost.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj index 94995482..f3091ba3 100644 --- a/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj +++ b/samples/durable-functions/dotnet/AzureFunctionsAndDtsWithAspire/AzureFunctions/AzureFunctions.csproj @@ -13,11 +13,11 @@ - - + + - - + + diff --git a/samples/durable-functions/dotnet/CustomExceptionPropertyProvider/CustomExceptionPropertyProvider.csproj b/samples/durable-functions/dotnet/CustomExceptionPropertyProvider/CustomExceptionPropertyProvider.csproj index 1d2aad47..9d05f3c7 100644 --- a/samples/durable-functions/dotnet/CustomExceptionPropertyProvider/CustomExceptionPropertyProvider.csproj +++ b/samples/durable-functions/dotnet/CustomExceptionPropertyProvider/CustomExceptionPropertyProvider.csproj @@ -10,12 +10,12 @@ - + - + - + - + diff --git a/samples/durable-functions/dotnet/LargePayload/LargePayload.csproj b/samples/durable-functions/dotnet/LargePayload/LargePayload.csproj index 965f79ff..aac72363 100644 --- a/samples/durable-functions/dotnet/LargePayload/LargePayload.csproj +++ b/samples/durable-functions/dotnet/LargePayload/LargePayload.csproj @@ -9,13 +9,13 @@ - + - - + + - + diff --git a/samples/durable-functions/dotnet/LargePayloadFanOutFanIn/LargePayloadFanOutFanIn.csproj b/samples/durable-functions/dotnet/LargePayloadFanOutFanIn/LargePayloadFanOutFanIn.csproj index 965f79ff..aac72363 100644 --- a/samples/durable-functions/dotnet/LargePayloadFanOutFanIn/LargePayloadFanOutFanIn.csproj +++ b/samples/durable-functions/dotnet/LargePayloadFanOutFanIn/LargePayloadFanOutFanIn.csproj @@ -9,13 +9,13 @@ - + - - + + - + diff --git a/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj b/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj index 5d7e4749..ca9c4025 100644 --- a/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj +++ b/samples/durable-functions/dotnet/OrderProcessor/OrderProcessor.csproj @@ -10,13 +10,13 @@ - + - - + + - + diff --git a/samples/durable-functions/dotnet/PdfSummarizer/pdf-summarizer-dotnet.csproj b/samples/durable-functions/dotnet/PdfSummarizer/pdf-summarizer-dotnet.csproj index ae52cecb..63546d0d 100644 --- a/samples/durable-functions/dotnet/PdfSummarizer/pdf-summarizer-dotnet.csproj +++ b/samples/durable-functions/dotnet/PdfSummarizer/pdf-summarizer-dotnet.csproj @@ -11,19 +11,19 @@ - - + + - + - + - + - + diff --git a/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj b/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj index 9fc80281..0c8e58f8 100644 --- a/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj +++ b/samples/durable-functions/dotnet/Saga/DurableFunctionsSaga.csproj @@ -9,15 +9,15 @@ - + - - - - + + + + - - + + diff --git a/samples/durable-functions/dotnet/WorkItemFiltering.AppB/AppB.csproj b/samples/durable-functions/dotnet/WorkItemFiltering.AppB/AppB.csproj index 83934f7f..c3a9256d 100644 --- a/samples/durable-functions/dotnet/WorkItemFiltering.AppB/AppB.csproj +++ b/samples/durable-functions/dotnet/WorkItemFiltering.AppB/AppB.csproj @@ -10,9 +10,9 @@ - - + + - + diff --git a/samples/durable-functions/dotnet/WorkItemFiltering/WorkItemFiltering.csproj b/samples/durable-functions/dotnet/WorkItemFiltering/WorkItemFiltering.csproj index c5da7fa3..ed5c9e67 100644 --- a/samples/durable-functions/dotnet/WorkItemFiltering/WorkItemFiltering.csproj +++ b/samples/durable-functions/dotnet/WorkItemFiltering/WorkItemFiltering.csproj @@ -8,9 +8,9 @@ - - + + - + diff --git a/samples/durable-task-sdks/dotnet/AspNetWebApp/AspNetWebApp.csproj b/samples/durable-task-sdks/dotnet/AspNetWebApp/AspNetWebApp.csproj index ea6ec30a..cae587aa 100644 --- a/samples/durable-task-sdks/dotnet/AspNetWebApp/AspNetWebApp.csproj +++ b/samples/durable-task-sdks/dotnet/AspNetWebApp/AspNetWebApp.csproj @@ -10,11 +10,11 @@ - - - + + + - + diff --git a/samples/durable-task-sdks/dotnet/DtsWithAspire/Client/Client.csproj b/samples/durable-task-sdks/dotnet/DtsWithAspire/Client/Client.csproj index 81a00e9e..e28973c7 100644 --- a/samples/durable-task-sdks/dotnet/DtsWithAspire/Client/Client.csproj +++ b/samples/durable-task-sdks/dotnet/DtsWithAspire/Client/Client.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/samples/durable-task-sdks/dotnet/DtsWithAspire/Worker/Worker.csproj b/samples/durable-task-sdks/dotnet/DtsWithAspire/Worker/Worker.csproj index 8223b11c..b9c5f22a 100644 --- a/samples/durable-task-sdks/dotnet/DtsWithAspire/Worker/Worker.csproj +++ b/samples/durable-task-sdks/dotnet/DtsWithAspire/Worker/Worker.csproj @@ -8,10 +8,10 @@ - + - - + + diff --git a/samples/durable-task-sdks/dotnet/EntitiesSample/AccountTransferBackend.csproj b/samples/durable-task-sdks/dotnet/EntitiesSample/AccountTransferBackend.csproj index f64fa073..feafbe22 100644 --- a/samples/durable-task-sdks/dotnet/EntitiesSample/AccountTransferBackend.csproj +++ b/samples/durable-task-sdks/dotnet/EntitiesSample/AccountTransferBackend.csproj @@ -8,11 +8,11 @@ - - - + + + - + diff --git a/samples/durable-task-sdks/dotnet/ExportHistoryWebApp/ExportHistoryWebApp.csproj b/samples/durable-task-sdks/dotnet/ExportHistoryWebApp/ExportHistoryWebApp.csproj index f2825ca6..ee146ce9 100644 --- a/samples/durable-task-sdks/dotnet/ExportHistoryWebApp/ExportHistoryWebApp.csproj +++ b/samples/durable-task-sdks/dotnet/ExportHistoryWebApp/ExportHistoryWebApp.csproj @@ -10,13 +10,13 @@ - - + + - - + + diff --git a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Client.csproj b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Client.csproj index b8f02980..fa8d1cb2 100644 --- a/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Client.csproj +++ b/samples/durable-task-sdks/dotnet/FunctionChaining/Client/Client.csproj @@ -9,10 +9,10 @@ - - + + - + diff --git a/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Worker.csproj b/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Worker.csproj index 4c27a4d4..87d4f2ec 100644 --- a/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Worker.csproj +++ b/samples/durable-task-sdks/dotnet/FunctionChaining/Worker/Worker.csproj @@ -10,11 +10,11 @@ - - + + - - + + diff --git a/samples/durable-task-sdks/dotnet/LargePayload/LargePayload.csproj b/samples/durable-task-sdks/dotnet/LargePayload/LargePayload.csproj index 361c1ba0..bc6f1d03 100644 --- a/samples/durable-task-sdks/dotnet/LargePayload/LargePayload.csproj +++ b/samples/durable-task-sdks/dotnet/LargePayload/LargePayload.csproj @@ -8,11 +8,11 @@ - - - - - + + + + + diff --git a/samples/durable-task-sdks/dotnet/OrchestrationVersioning/OrchestrationVersioning.csproj b/samples/durable-task-sdks/dotnet/OrchestrationVersioning/OrchestrationVersioning.csproj index ea6ec30a..cae587aa 100644 --- a/samples/durable-task-sdks/dotnet/OrchestrationVersioning/OrchestrationVersioning.csproj +++ b/samples/durable-task-sdks/dotnet/OrchestrationVersioning/OrchestrationVersioning.csproj @@ -10,11 +10,11 @@ - - - + + + - + diff --git a/samples/durable-task-sdks/dotnet/ScheduleWebApp/ScheduleWebApp.csproj b/samples/durable-task-sdks/dotnet/ScheduleWebApp/ScheduleWebApp.csproj index 2bfc265b..b9be68b9 100644 --- a/samples/durable-task-sdks/dotnet/ScheduleWebApp/ScheduleWebApp.csproj +++ b/samples/durable-task-sdks/dotnet/ScheduleWebApp/ScheduleWebApp.csproj @@ -10,14 +10,14 @@ - - - + + + - - + + diff --git a/samples/scenarios/AutoscalingInACA/Client/Client.csproj b/samples/scenarios/AutoscalingInACA/Client/Client.csproj index 3805ba01..8f6605eb 100644 --- a/samples/scenarios/AutoscalingInACA/Client/Client.csproj +++ b/samples/scenarios/AutoscalingInACA/Client/Client.csproj @@ -9,10 +9,10 @@ - - + + - + diff --git a/samples/scenarios/AutoscalingInACA/Worker/Worker.csproj b/samples/scenarios/AutoscalingInACA/Worker/Worker.csproj index f1f1ef73..cadf70f5 100644 --- a/samples/scenarios/AutoscalingInACA/Worker/Worker.csproj +++ b/samples/scenarios/AutoscalingInACA/Worker/Worker.csproj @@ -10,11 +10,11 @@ - - + + - - + + diff --git a/samples/scenarios/DocumentProcessingOnAKS/Client/Client.csproj b/samples/scenarios/DocumentProcessingOnAKS/Client/Client.csproj index 11844d92..767e1c79 100644 --- a/samples/scenarios/DocumentProcessingOnAKS/Client/Client.csproj +++ b/samples/scenarios/DocumentProcessingOnAKS/Client/Client.csproj @@ -8,9 +8,9 @@ b2f26a38-2066-4051-916a-b21af6b0f10e - - - + + + diff --git a/samples/scenarios/DocumentProcessingOnAKS/Worker/Worker.csproj b/samples/scenarios/DocumentProcessingOnAKS/Worker/Worker.csproj index 3d71e858..ff39bd2e 100644 --- a/samples/scenarios/DocumentProcessingOnAKS/Worker/Worker.csproj +++ b/samples/scenarios/DocumentProcessingOnAKS/Worker/Worker.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/samples/scenarios/WorkItemFilteringSplitActivities/src/Client/Client.csproj b/samples/scenarios/WorkItemFilteringSplitActivities/src/Client/Client.csproj index 860b26bb..9ef49494 100644 --- a/samples/scenarios/WorkItemFilteringSplitActivities/src/Client/Client.csproj +++ b/samples/scenarios/WorkItemFilteringSplitActivities/src/Client/Client.csproj @@ -10,10 +10,10 @@ - - + + - + diff --git a/samples/scenarios/WorkItemFilteringSplitActivities/src/OrchestratorWorker/OrchestratorWorker.csproj b/samples/scenarios/WorkItemFilteringSplitActivities/src/OrchestratorWorker/OrchestratorWorker.csproj index 6ce97a4d..47a8aed3 100644 --- a/samples/scenarios/WorkItemFilteringSplitActivities/src/OrchestratorWorker/OrchestratorWorker.csproj +++ b/samples/scenarios/WorkItemFilteringSplitActivities/src/OrchestratorWorker/OrchestratorWorker.csproj @@ -10,11 +10,11 @@ - - + + - - + + diff --git a/samples/scenarios/WorkItemFilteringSplitActivities/src/ShipperWorker/ShipperWorker.csproj b/samples/scenarios/WorkItemFilteringSplitActivities/src/ShipperWorker/ShipperWorker.csproj index 6561b9cf..719600f7 100644 --- a/samples/scenarios/WorkItemFilteringSplitActivities/src/ShipperWorker/ShipperWorker.csproj +++ b/samples/scenarios/WorkItemFilteringSplitActivities/src/ShipperWorker/ShipperWorker.csproj @@ -10,11 +10,11 @@ - - + + - - + + diff --git a/samples/scenarios/WorkItemFilteringSplitActivities/src/ValidatorWorker/ValidatorWorker.csproj b/samples/scenarios/WorkItemFilteringSplitActivities/src/ValidatorWorker/ValidatorWorker.csproj index d1b0be96..13247b49 100644 --- a/samples/scenarios/WorkItemFilteringSplitActivities/src/ValidatorWorker/ValidatorWorker.csproj +++ b/samples/scenarios/WorkItemFilteringSplitActivities/src/ValidatorWorker/ValidatorWorker.csproj @@ -10,11 +10,11 @@ - - + + - - + +