Skip to content

Commit 39f366e

Browse files
committed
Less dependency
1 parent 44ac266 commit 39f366e

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

src/Servers/HttpSys/HttpSysServer.sln

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Connec
7272
EndProject
7373
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QueueSharing", "samples\QueueSharing\QueueSharing.csproj", "{9B58DF76-DC6D-4728-86B7-40087BDDC897}"
7474
EndProject
75-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.Kestrel.Core", "..\Kestrel\Core\src\Microsoft.AspNetCore.Server.Kestrel.Core.csproj", "{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}"
76-
EndProject
7775
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", "..\Kestrel\Transport.Sockets\src\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.csproj", "{33CF53ED-A4BC-4EAA-9EA7-EF5E748A03BB}"
7876
EndProject
7977
Global
@@ -322,18 +320,6 @@ Global
322320
{9B58DF76-DC6D-4728-86B7-40087BDDC897}.Release|Mixed Platforms.Build.0 = Release|Any CPU
323321
{9B58DF76-DC6D-4728-86B7-40087BDDC897}.Release|x86.ActiveCfg = Release|Any CPU
324322
{9B58DF76-DC6D-4728-86B7-40087BDDC897}.Release|x86.Build.0 = Release|Any CPU
325-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
326-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|Any CPU.Build.0 = Debug|Any CPU
327-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
328-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
329-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|x86.ActiveCfg = Debug|Any CPU
330-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Debug|x86.Build.0 = Debug|Any CPU
331-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|Any CPU.ActiveCfg = Release|Any CPU
332-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|Any CPU.Build.0 = Release|Any CPU
333-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
334-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|Mixed Platforms.Build.0 = Release|Any CPU
335-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|x86.ActiveCfg = Release|Any CPU
336-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208}.Release|x86.Build.0 = Release|Any CPU
337323
{33CF53ED-A4BC-4EAA-9EA7-EF5E748A03BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
338324
{33CF53ED-A4BC-4EAA-9EA7-EF5E748A03BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
339325
{33CF53ED-A4BC-4EAA-9EA7-EF5E748A03BB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
@@ -372,7 +358,6 @@ Global
372358
{D93575B3-BFA3-4523-B060-D268D6A0A66B} = {4DA3C456-5050-4AC0-A554-795F6DEC8660}
373359
{00A88B8D-D539-45DD-B071-1E955AF89A4A} = {4DA3C456-5050-4AC0-A554-795F6DEC8660}
374360
{9B58DF76-DC6D-4728-86B7-40087BDDC897} = {3A1E31E3-2794-4CA3-B8E2-253E96BDE514}
375-
{4EA84FB6-C32B-45C3-9AFD-27976EDAC208} = {4DA3C456-5050-4AC0-A554-795F6DEC8660}
376361
{33CF53ED-A4BC-4EAA-9EA7-EF5E748A03BB} = {4DA3C456-5050-4AC0-A554-795F6DEC8660}
377362
EndGlobalSection
378363
GlobalSection(ExtensibilityGlobals) = postSolution

src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<ItemGroup>
1717
<Reference Include="Microsoft.AspNetCore.Server.HttpSys" />
1818
<Reference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" />
19-
<Reference Include="Microsoft.AspNetCore.Server.Kestrel.Core" />
2019
<Reference Include="Microsoft.Extensions.Hosting" />
2120
<Reference Include="System.Net.Http.WinHttpHandler" />
2221
</ItemGroup>

src/Shared/ServerInfrastructure/Http2/Http2FrameReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Buffers.Binary;
77
using System.Collections.Generic;
88
using System.Diagnostics;
9-
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
109

1110
namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2
1211
{

0 commit comments

Comments
 (0)