File tree 1 file changed +2
-3
lines changed
src/Servers/Kestrel/Transport.NamedPipes/test
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
+ using System . Globalization ;
4
5
using System . IO . Pipes ;
5
6
using System . Net ;
6
7
using System . Net . Http ;
14
15
using Microsoft . AspNetCore . Hosting ;
15
16
using Microsoft . AspNetCore . Http ;
16
17
using Microsoft . AspNetCore . Internal ;
17
- using Microsoft . AspNetCore . Server . Kestrel . Core ;
18
18
using Microsoft . AspNetCore . InternalTesting ;
19
+ using Microsoft . AspNetCore . Server . Kestrel . Core ;
19
20
using Microsoft . Extensions . DependencyInjection ;
20
21
using Microsoft . Extensions . Hosting ;
21
22
using Microsoft . Extensions . Logging ;
22
- using System . Reflection . Metadata ;
23
- using System . Globalization ;
24
23
25
24
namespace Microsoft . AspNetCore . Server . Kestrel . Transport . NamedPipes . Tests ;
26
25
You can’t perform that action at this time.
0 commit comments