Message in Russian (Русский)
Для применяемой по умолчанию целевой версии среды Entity Framework требуется схема edmx с версией <var>X</var> или ниже. Заданная схема имеет версию <var>Y</var>. Чтобы предотвратить появление этого предупреждения, явно укажите целевую версию Entity Framework. Это можно сделать путем использования программы командной строки EdmGen.exe с параметром targetVersion или включения параметра targetEntityFrameworkVersion при вызове метода GenerateCode.
Unlocalized message
The default target Entity Framework version requires the edmx schema version <var>X</var> or lower. The specified schema is version <var>Y</var>. To avoid this warning specify the target Entity Framework version explicitly. You can do this by using the EdmGen.exe command-line tool with the targetVersion option, or by including the targetEntityFrameworkVersion parameter when calling the GenerateCode method.
Search by Google