Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9c59a8f

Browse files
committed
Adding NeutralResourcesLanguageAttribute
1 parent 290a46a commit 9c59a8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Microsoft.AspNet.Tooling.Razor/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)