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

Commit 7d99b10

Browse files
davidfowlJunTaoLuo
authored andcommitted
Fix namespaces
1 parent 8d1803e commit 7d99b10

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Microsoft.AspNet.Http.Abstractions/Extensions/RunExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5+
using Microsoft.AspNet.Http;
56

67
namespace Microsoft.AspNet.Builder
78
{

src/Microsoft.AspNet.Http.Abstractions/IApplicationBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using System;
55
using System.Collections.Generic;
6+
using Microsoft.AspNet.Http;
67
using Microsoft.AspNet.Http.Features;
78

89
namespace Microsoft.AspNet.Builder

src/Microsoft.AspNet.Http/ApplicationBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Collections.Generic;
66
using System.Linq;
77
using System.Threading.Tasks;
8+
using Microsoft.AspNet.Http;
89
using Microsoft.AspNet.Http.Features;
910
using Microsoft.AspNet.Http.Internal;
1011

0 commit comments

Comments
 (0)