#318 Move IStartupFilter to Hosting.Abstractions.
This commit is contained in:
parent
9d19a27b6b
commit
d01c8bb1cf
|
|
@ -4,7 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Hosting.Startup
|
namespace Microsoft.AspNet.Hosting
|
||||||
{
|
{
|
||||||
public interface IStartupFilter
|
public interface IStartupFilter
|
||||||
{
|
{
|
||||||
Loading…
Reference in New Issue