Paul Dhingra
Paul Dhingra

Reputation: 11

.NET Framework 4.7 support?

I would like to leverage some new features in .NET 4.7 (like built-in support for Value Tuples).

However, after changing the target framework to 4.7 in my model project, when I update my model I see the following in the output window:

The DevForce EDM Extension cannot be used with model BearPawModelMain.edmx. If you wish to use DevForce change the target framework for this project to 4.5+

Is 4.7 supported? The message is misleading...

Upvotes: 1

Views: 148

Answers (1)

Kim Johnson
Kim Johnson

Reputation: 1227

DevForce doesn't currently support .NET 4.7 in model projects (containing either an EDMX or Code First model). We'll be adding this support later this summer.

Upvotes: 1

Related Questions