NickStrupat / EntityFramework.Triggers

Adds events for entity inserting, inserted, updating, updated, deleting, and deleted
MIT License
373 stars 46 forks source link

Support for EF 6.3.0 and Framework 4.6.1 #48

Closed landryn closed 4 years ago

landryn commented 5 years ago

Hello,

The package currently does not support EF 6.3 on Framework 4.6.1. Do you plan to support EF 6.3 on .Net 4.6? p

NickStrupat commented 5 years ago

Hi @landryn ,

You're right... I must have messed up the package spec. It should match the dependency table of EF 6.3:

image

landryn commented 4 years ago

Hi, @NickStrupat,

Thank you for your time. Unfortunately, this issue is blocking me EF updates. So I wanted to ask when you plan you plan to release a new version?

NickStrupat commented 4 years ago

@landryn I've published the updated package. It should be available whenever NuGet finishes indexing. Please let me know if it doesn't work for you :)

NickStrupat commented 4 years ago

closing assuming things are fine now

landryn commented 4 years ago

@NickStrupat now everything looks fine. I'm most grateful to you for help, thanks.