zzzprojects / EntityFramework-Effort

Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
https://entityframework-effort.net/
MIT License
431 stars 99 forks source link

Target netstandard2.1 #196

Closed pergardebrink closed 4 years ago

pergardebrink commented 4 years ago

Description

Support for .NET Core 3

Since Entity Framework >=6.3 supports .NET Core 3 by multitargeting both , it would be nice if possible to use Effort for test projects running .NET Core (use case for us is that we are switching the system under test to .NET Core and our test projects must target .NET Core as well because of that).

pergardebrink commented 4 years ago

Sorry, I apparently had an older version of the Effort.EF6 package, I see that there is netstandard2.1 support now! Thanks!!