Message in Korean (한국어)
기본 대상 Entity Framework 버전에는 edmx 스키마 버전 <var>X</var> 이하가 필요합니다. 지정된 스키마는 버전 <var>Y</var>입니다. 이 경고가 나타나지 않도록 하려면 대상 Entity Framework 버전을 명시적으로 지정하십시오. EdmGen.exe 명령줄 도구에서 targetVersion 옵션을 사용하거나, GenerateCode 메서드를 호출할 때 targetEntityFrameworkVersion 매개 변수를 포함하면 됩니다.
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