Fix extenstion method namespace.
This commit is contained in:
parent
23752ee478
commit
e2e78ba15d
|
|
@ -3,11 +3,10 @@
|
|||
using System;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNet.StaticFiles;
|
||||
using Microsoft.AspNet.Abstractions;
|
||||
using Microsoft.AspNet.HttpFeature;
|
||||
|
||||
namespace Microsoft.Owin
|
||||
namespace Microsoft.AspNet.StaticFiles
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides extensions for HttpResponse exposing the SendFile extension.
|
||||
|
|
|
|||
Loading…
Reference in New Issue