From 3240ef37e1aabb8a0ab422a5eb0a6d8ba5ff6e89 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 10 Sep 2015 16:25:41 -0700 Subject: [PATCH] Adding NeutralResourcesLanguageAttribute --- src/Microsoft.AspNet.Antiforgery/Properties/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Microsoft.AspNet.Antiforgery/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.Antiforgery/Properties/AssemblyInfo.cs index a91599ff84..6a761b69c9 100644 --- a/src/Microsoft.AspNet.Antiforgery/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.Antiforgery/Properties/AssemblyInfo.cs @@ -2,8 +2,10 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Reflection; +using System.Resources; using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] [assembly: InternalsVisibleTo("Microsoft.AspNet.Antiforgery.Test")] [assembly: AssemblyMetadata("Serviceable", "True")] +[assembly: NeutralResourcesLanguage("en-us")]