Make IServerFactory not assembly neutral temporarily.
This commit is contained in:
parent
c3e0279aac
commit
4d511b3aef
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue