Message in Portuguese (Brazil) (Português (Brasil))
A versão de destino padrão do Entity Framework requer o esquema edmx versão <var>X</var> ou inferior. O esquema especificado é a versão <var>Y</var>. Para evitar esse aviso, especifique explicitamente a versão de destino do Entity Framework. Para fazer isso, use a ferramenta de linha de comando EdmGen.exe com a opção targetVersion ou inclua o parâmetro targetEntityFrameworkVersion ao chamar o método 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