Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Add serviceable attribute to projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Apr 7, 2015
1 parent 86fc79e commit 8cc697e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Microsoft.AspNet.SignalR.Redis.Tests")]
[assembly: InternalsVisibleTo("Microsoft.AspNet.SignalR.Redis.Tests")]
[assembly: AssemblyMetadata("Serviceable", "True")]

0 comments on commit 8cc697e

Please sign in to comment.