Adding NeutralResourcesLanguageAttribute

This commit is contained in:
Pranav K 2015-09-10 18:15:27 -07:00
parent 958cc3eca3
commit 78de14d248
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
// 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("Microsoft.AspNet.Server.KestrelTests")]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]