This repository was archived by the owner on Dec 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Microsoft.AspNet.Hosting.Server.Abstractions
Microsoft.AspNet.TestHost
test/Microsoft.AspNet.Hosting.Tests Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
- using Microsoft . AspNet . Builder ;
5
+ using Microsoft . AspNet . Http ;
6
6
using Microsoft . AspNet . Http . Features ;
7
7
8
8
namespace Microsoft . AspNet . Hosting . Server
Original file line number Diff line number Diff line change 11
11
using System . Net . Http ;
12
12
using System . Threading ;
13
13
using System . Threading . Tasks ;
14
- using Microsoft . AspNet . Builder ;
15
14
using Microsoft . AspNet . Http ;
16
15
using Microsoft . AspNet . Http . Features ;
17
16
using Microsoft . AspNet . Http . Internal ;
Original file line number Diff line number Diff line change 8
8
using System . Security . Cryptography ;
9
9
using System . Threading ;
10
10
using System . Threading . Tasks ;
11
- using Microsoft . AspNet . Builder ;
12
11
using Microsoft . AspNet . Http ;
13
12
using Microsoft . AspNet . Http . Features ;
14
13
using Microsoft . AspNet . Http . Internal ;
Original file line number Diff line number Diff line change 4
4
using System . Collections . Generic ;
5
5
using System . IO ;
6
6
using System . Threading . Tasks ;
7
- using Microsoft . AspNet . Builder ;
8
7
using Microsoft . AspNet . Hosting . Fakes ;
9
8
using Microsoft . AspNet . Hosting . Internal ;
10
9
using Microsoft . AspNet . Hosting . Server ;
10
+ using Microsoft . AspNet . Http ;
11
11
using Microsoft . AspNet . Http . Features ;
12
12
using Microsoft . AspNet . Http . Internal ;
13
13
using Microsoft . Extensions . Configuration ;
You can’t perform that action at this time.
0 commit comments