Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit e2e78ba

Browse files
committed
Fix extenstion method namespace.
1 parent 23752ee commit e2e78ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
using System;
44
using System.Threading;
55
using System.Threading.Tasks;
6-
using Microsoft.AspNet.StaticFiles;
76
using Microsoft.AspNet.Abstractions;
87
using Microsoft.AspNet.HttpFeature;
98

10-
namespace Microsoft.Owin
9+
namespace Microsoft.AspNet.StaticFiles
1110
{
1211
/// <summary>
1312
/// Provides extensions for HttpResponse exposing the SendFile extension.

0 commit comments

Comments
 (0)