diff --git a/Directory.Packages.props b/Directory.Packages.props index a03b4408dc..759b7d2e1f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -66,6 +66,7 @@ + diff --git a/src/modules/Elsa.Workflows.Management/Elsa.Workflows.Management.csproj b/src/modules/Elsa.Workflows.Management/Elsa.Workflows.Management.csproj index e4baba0180..e85092fbba 100644 --- a/src/modules/Elsa.Workflows.Management/Elsa.Workflows.Management.csproj +++ b/src/modules/Elsa.Workflows.Management/Elsa.Workflows.Management.csproj @@ -1,4 +1,4 @@ - + @@ -10,6 +10,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/modules/Elsa.Workflows.Management/RequiredMembers.cs b/src/modules/Elsa.Workflows.Management/RequiredMembers.cs deleted file mode 100644 index e1a4aad6d7..0000000000 --- a/src/modules/Elsa.Workflows.Management/RequiredMembers.cs +++ /dev/null @@ -1,8 +0,0 @@ -// See: https://github.com/dotnet/core/issues/8016 -namespace System.Runtime.CompilerServices; - -public class RequiredMemberAttribute : Attribute { } -public class CompilerFeatureRequiredAttribute : Attribute -{ - public CompilerFeatureRequiredAttribute(string name) { } -} \ No newline at end of file