Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.net standard 2.0 support #1041

Open
uuggene opened this issue Jun 10, 2022 · 2 comments
Open

.net standard 2.0 support #1041

uuggene opened this issue Jun 10, 2022 · 2 comments

Comments

@uuggene
Copy link
Contributor

uuggene commented Jun 10, 2022

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

@danielgerlag
Copy link
Owner

EFCore dropped support for netstandard2.0 in v5

@uuggene
Copy link
Contributor Author

uuggene commented Jun 14, 2022

It's still possible to use EFCore 3.1.* as you do in project WorkflowCore.Persistence.EntityFramework:

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.2" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants