From 1b56f5d6a2cc63a71b88450ff4803b7b9f32441f Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 29 Mar 2024 19:54:44 +1100 Subject: [PATCH] #5106 Cleanup packages to leverage framework (#5129) --- Directory.Packages.props | 338 +++++++++--------- src/modules/Elsa.Common/Elsa.Common.csproj | 49 +-- src/modules/Elsa.Telnyx/Elsa.Telnyx.csproj | 52 ++- .../Elsa.Workflows.Core.csproj | 59 ++- 4 files changed, 246 insertions(+), 252 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9a867d348..afcb6ec39 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,173 +1,167 @@ - - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/modules/Elsa.Common/Elsa.Common.csproj b/src/modules/Elsa.Common/Elsa.Common.csproj index d422efbdb..e0e40922a 100644 --- a/src/modules/Elsa.Common/Elsa.Common.csproj +++ b/src/modules/Elsa.Common/Elsa.Common.csproj @@ -1,23 +1,26 @@ - - - - - Provides services and utility functions common to Elsa modules. - For example, it provides a system clock and a memory store implementation. - - elsa module common - - - - - - - - - - - - - - - + + + + + Provides services and utility functions common to Elsa modules. + For example, it provides a system clock and a memory store implementation. + + elsa module common + + + + + + + + + + + + + + + + + + diff --git a/src/modules/Elsa.Telnyx/Elsa.Telnyx.csproj b/src/modules/Elsa.Telnyx/Elsa.Telnyx.csproj index e9add5929..9633deb6c 100644 --- a/src/modules/Elsa.Telnyx/Elsa.Telnyx.csproj +++ b/src/modules/Elsa.Telnyx/Elsa.Telnyx.csproj @@ -1,27 +1,25 @@ - - - - - Provides integration with Telnyx. - - elsa module telephony telnyx - - - - - - - - - - - - - - - - - - - - + + + + + Provides integration with Telnyx. + + elsa module telephony telnyx + + + + + + + + + + + + + + + + + + diff --git a/src/modules/Elsa.Workflows.Core/Elsa.Workflows.Core.csproj b/src/modules/Elsa.Workflows.Core/Elsa.Workflows.Core.csproj index 6bbfbe4ef..9c4e5234e 100644 --- a/src/modules/Elsa.Workflows.Core/Elsa.Workflows.Core.csproj +++ b/src/modules/Elsa.Workflows.Core/Elsa.Workflows.Core.csproj @@ -1,31 +1,30 @@ - - - - Elsa.Workflows - - - - - Provides core workflowing functionality. Basically the heart of Elsa Workflows. - - elsa module common workflows - - - - - - - - - - - - - - - - - - - + + + + Elsa.Workflows + + + + + Provides core workflowing functionality. Basically the heart of Elsa Workflows. + + elsa module common workflows + + + + + + + + + + + + + + + + + + \ No newline at end of file