Commit 1fe10a92 authored by Honfika's avatar Honfika

Kestrel is part of aspnetcore

parent f5ae8813
...@@ -673,11 +673,6 @@ namespace Titanium.Web.Proxy.Helpers ...@@ -673,11 +673,6 @@ namespace Titanium.Web.Proxy.Helpers
bufferLength += readBytes; bufferLength += readBytes;
} }
} }
catch (ObjectDisposedException)
{
if (!isNetworkStream)
throw;
}
catch catch
{ {
if (!isNetworkStream) if (!isNetworkStream)
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
<ItemGroup> <ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" /> <FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" /> <PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment