Jacek M
Jacek M

Reputation: 2418

Is Entity Framework 7 going to work with .NET Framework 4.5?

Is Entity Framework 7.0 RTM release going to work with .NET Framework 4.5?

According to comments in issue 2443 EF 7.0 was supposed to support Mono which requires 4.5 version of framework.

Recent code changes suggest an upgrade to 4.5.1, is this going to stay that way?

Upvotes: 1

Views: 495

Answers (2)

bricelam
bricelam

Reputation: 30375

The latest versions of Mono have updated to the Microsoft reference source, so compiling against 4.5.1 should work just fine on Mono now.

Upvotes: 0

ErikEJ
ErikEJ

Reputation: 41769

EF.Relational now (RC2) requires .NET 4.5.1

Upvotes: 1

Related Questions