.NET Framework 4.7 support?

138 Views Asked by At

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...

1

There are 1 best solutions below

3
Kim Johnson On

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.