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

Commit f1a0243

Browse files
committed
React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
1 parent 9e08aec commit f1a0243

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Microsoft.AspNetCore.Diagnostics.Tests/ElmMiddlewareTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
using System.Security.Claims;
77
using System.Text;
88
using System.Threading.Tasks;
9-
using Microsoft.AspNetCore.Builder;
109
using Microsoft.AspNetCore.Diagnostics.Elm;
1110
using Microsoft.AspNetCore.Http;
1211
using Microsoft.AspNetCore.Http.Features;
13-
using Microsoft.AspNetCore.Http.Features.Internal;
14-
using Microsoft.AspNetCore.Http.Internal;
1512
using Microsoft.Extensions.Logging;
1613
using Microsoft.Extensions.Options;
1714
using Moq;

0 commit comments

Comments
 (0)