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
|
||||
{
|
||||
[AssemblyNeutral]
|
||||
// TODO: [AssemblyNeutral]
|
||||
public interface IServerFactory
|
||||
{
|
||||
IDisposable Start(Func<object, Task> application);
|
||||
|
|
|
|||
Loading…
Reference in New Issue