MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

Converted into new sdk-style project type. #133

Open Sellec opened 4 years ago

Sellec commented 4 years ago

Added net40 and netstandard2.0 support with GeneratePackageOnBuild option so it can be used for directly generating package. Updated to EF 6.4. All tests passed successfully.