Skip to content

.net standard 2.0 support #1041

Open
Open
@uuggene

Description

@uuggene

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
D78AuQhoWc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions