Make IServerFactory not assembly neutral temporarily.

This commit is contained in:
Chris Ross 2014-03-14 15:13:00 -07:00
parent c3e0279aac
commit 4d511b3aef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using Microsoft.Net.Runtime;
namespace Microsoft.AspNet.Hosting.Server namespace Microsoft.AspNet.Hosting.Server
{ {
[AssemblyNeutral] // TODO: [AssemblyNeutral]
public interface IServerFactory public interface IServerFactory
{ {
IDisposable Start(Func<object, Task> application); IDisposable Start(Func<object, Task> application);