diff --git a/src/AutoMapper/AssemblyInfo.cs b/src/AutoMapper/AssemblyInfo.cs index b2b81b9eb9..5fe99d9b94 100644 --- a/src/AutoMapper/AssemblyInfo.cs +++ b/src/AutoMapper/AssemblyInfo.cs @@ -1,4 +1,6 @@ using System; +using System.Resources; + #if NET45 || NET40 using System.Security; #endif @@ -7,3 +9,5 @@ #if NET45 || NET40 [assembly: AllowPartiallyTrustedCallers] #endif + +[assembly: NeutralResourcesLanguage("en")] \ No newline at end of file