Adding NeutralResourcesLanguageAttribute

This commit is contained in:
Pranav K 2015-09-10 16:25:41 -07:00
Родитель 6bc4a40926
Коммит 3240ef37e1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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