From e18bc01a2dec027c076a902265292cd12e8c7f20 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sun, 8 Dec 2024 00:48:03 -0800 Subject: [PATCH] Adjusted target frameworks for Kestrel project --- Directory.Build.props | 3 ++- src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 25831091b..4f06836cb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,8 @@ 10.0 - netstandard2.1;net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0 + netstandard2.1;$(DotNetTargetFrameworks) net8.0 diff --git a/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj b/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj index 79f4e17fc..809cfb979 100644 --- a/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj +++ b/src/SuperSocket.Kestrel/SuperSocket.Kestrel.csproj @@ -1,5 +1,6 @@  + $(DotNetTargetFrameworks) SuperSocket library allows users to take advantage of Kestrel's high performance socket pipeline.