Adding NeutralResourcesLanguageAttribute

This commit is contained in:
Pranav K 2015-09-10 16:25:41 -07:00
parent 6bc4a40926
commit 3240ef37e1
1 changed files with 2 additions and 0 deletions

View File

@ -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")]