Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 8b3f1ec

Browse files
committed
Adding NeutralResourcesLanguageAttribute
1 parent 916cb32 commit 8b3f1ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Microsoft.AspNet.StaticFiles/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System.Reflection;
5+
using System.Resources;
56

6-
[assembly: AssemblyMetadata("Serviceable", "True")]
7+
[assembly: AssemblyMetadata("Serviceable", "True")]
8+
[assembly: NeutralResourcesLanguage("en-us")]

0 commit comments

Comments
 (0)