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

Commit 101500e

Browse files
committed
Add required attributes
1 parent d28a36b commit 101500e

File tree

1 file changed

+9
-0
lines changed
  • src/Microsoft.Extensions.Configuration.FileProviderExtensions/Properties

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System.Reflection;
5+
using System.Resources;
6+
using System.Runtime.CompilerServices;
7+
8+
[assembly: AssemblyMetadata("Serviceable", "True")]
9+
[assembly: NeutralResourcesLanguage("en-US")]

0 commit comments

Comments
 (0)