Open
Description
Is it possible to support new table ScheduledCommand in netstandard2.0?
I found that WorkflowCore.Persistence.EntityFramework requires netstandard2.1 starting from version 3.6.0.
But I a lot of other libraries still support netstandard2.0.
This change is very critical, because we can't use this library in .net 4.6 projects anymore.
I tried to find why WorkflowCore.Persistence.EntityFramework requires netstandard2.1, and there are only 2 changes in one file to support netstandard2.0.
EntityFrameworkPersistenceProvider.cs
Metadata
Metadata
Assignees
Labels
No labels