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

Commit 62ab79a

Browse files
author
N. Taylor Mullen
committed
Add serviceable attribute to projects.
aspnet/dnx#1600
1 parent 4d1061b commit 62ab79a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright (c) Microsoft Open Technologies, Inc. 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+
6+
[assembly: AssemblyMetadata("Serviceable", "True")]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4+
using System.Reflection;
45
using System.Runtime.CompilerServices;
56

6-
[assembly: InternalsVisibleTo("SecretManager.Tests")]
7+
[assembly: InternalsVisibleTo("SecretManager.Tests")]
8+
[assembly: AssemblyMetadata("Serviceable", "True")]

0 commit comments

Comments
 (0)