Skip to content

Commit 2cd4ef7

Browse files
committed
Fix duplicate using directives
1 parent e832af7 commit 2cd4ef7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketInProcessTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using Microsoft.AspNetCore.Server.IIS.FunctionalTests;
54
using Microsoft.AspNetCore.InternalTesting;
65
using Microsoft.AspNetCore.Server.IntegrationTesting;
76
using Xunit.Abstractions;

src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketOutOfProcessTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using Microsoft.AspNetCore.Server.IIS.FunctionalTests;
54
using Microsoft.AspNetCore.InternalTesting;
65
using Microsoft.AspNetCore.Server.IntegrationTesting;
76
using Xunit.Abstractions;

src/Servers/IIS/IIS/test/Common.FunctionalTests/WebSocketTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using System.Net.WebSockets;
99
using System.Text;
1010
using Microsoft.AspNetCore.InternalTesting;
11-
using Microsoft.AspNetCore.Server.IIS.FunctionalTests;
1211
using Microsoft.AspNetCore.Server.IntegrationTesting;
1312
using Microsoft.AspNetCore.Server.IntegrationTesting.IIS;
1413
using Xunit.Abstractions;

0 commit comments

Comments
 (0)