Skip to content

Commit 65efd8f

Browse files
committed
Revert "Mark kestrel server as obsolete"
This reverts commit fbd861f.
1 parent 3ea6c3c commit 65efd8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Servers/Kestrel/Core/src/KestrelServer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.Threading;
76
using System.Threading.Tasks;
@@ -14,7 +13,6 @@
1413

1514
namespace Microsoft.AspNetCore.Server.Kestrel.Core
1615
{
17-
[Obsolete("This type is obsolete and will be removed in a future version.")]
1816
public class KestrelServer : IServer
1917
{
2018
private KestrelServerImpl _innerKestrelServer;

0 commit comments

Comments
 (0)